.sitename{
	font-family: 'Inter';
	position: relative;
	z-index:9;
}
.sitename name{
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	border-bottom:1px solid rgba(255, 255, 255, 0.25);
	display:inline-block;
	padding-bottom:5px;
	margin-bottom:5px;
} 
.sitename{
	padding-top:30px;
	padding-bottom:30px;
}
.sitename .container{
	display:flex;
	align-items:center;
}
div.container-fluid{
	padding-right:0;
	padding-left:0;
}
.top-firstscreen{
	position:absolute;
	top:0;
	right:0;
	left:0;
}
div.container-fluid > .row{
	margin-right:0;
	margin-left:0;
}
.content-container > [class*="col-"]{
	padding-right:0;
	padding-left:0;
}
.firstscreen-img img{
	object-fit:cover;
	width:100%;
	max-height:100%;
}
.absolute-container{
	position:absolute;
	top:50%;
	right:0;
	left:0;
	transform: translateY(-50%);
}
.absolute-container .shortdescription{
	margin-top:20px;
	margin-bottom:20px;
	line-height: 150%;
}
.page-title-box{
	position:relative;
}
a.brand{
	position:relative;
}
a.brand:before{
	content:"";
	position:absolute;
	top:-5px;
	right:-5px;
	bottom:-5px;
	left:-5px;
	border-radius:50%;
}
a.brand img{
	position:relative;
	transition: all 0.5s ease;
}
.header_background{
	transition: all 0.5s ease;
}
.header_background a.brand{
	transition: all 0.5s ease;
}
.header_background a.brand:before{
	background:rgba(36,54,95,1);
}
.tabulator-box {
	background-color:#1A2B4F;
}
.mdl_tabulator_ul{
	margin:0;
	padding:0;
	list-style:none;
}
.mdl_tabulator_ul li{
	margin-bottom:30px;
}
.mdl_tabulator_ul a{
	display:flex;
	align-items:center;
	text-decoration:none;
	font-size: 18px;
	line-height: 100%;
	font-weight: 500;
	color:#ffffff;
}
.mdl_tabulator_ul img{
	flex:0 0 65px;
	max-width:65px;
	margin-right:25px;
}
.advantage-box{
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	position:relative;
}
.advantage-box .page-header{
	display:flex;
	flex-direction:column;
} 
.advantage-box .container{
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	position:relative;
}
.advantage-box .adv-item{
	display:flex;
	flex-direction:column;
}
.advantage-box img{
	object-fit:contain;
	object-position: 50% 50%;
}
.advantage-box .title{
	margin-top:30px;
	margin-bottom:20px;
	color:#ffffff;
	display:flex;
	flex-direction:column;
}
.advantage-box .description{
	line-height: 150%;
}
.sf2Win,
.sf2-container {
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.3);
	background: url("../images/noises.png"), rgba(255, 255, 255, 0.05);
	box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	border-radius: 50px;
}
.sf2Win-body,
.sf2-container {
	padding: 30px;
	color:#ffffff;
}
.sf2Win-footer {
	width:0;
	height:0;
	padding:0;
}
.sf2Style-default .sf2Win-footer button.sf2-element.sf2SendBtn{
	display:none;
}
.sf2Style-default button.sf2-element.sf2CloseBtn {
	position: absolute;
	top: -35px;
	right: -35px;
	text-indent: -9999px;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	background: url("../images/close.png") no-repeat 0 0;
	background-size:contain;
	margin: 0;
	padding: 0;
}
.sf2Shade {
	background: rgba(12,40,61,0.75);
	backdrop-filter: blur(15px);
	border-radius: 0;
}
.sf2Win-body form button.sf2-element[type="submit"]{
	display:flex !important;
}
.sf2Style-default,
.sf2-form-box .description{
	color:#ffffff;
	line-height:150%;
}
.sf2Style-default .sf2-form-group input.sf2-element{
	height: 60px;
	line-height: 60px;
	padding-top:0;
	padding-bottom:0;
}
.sf2Style-default .sf2-form-group input.sf2-element, 
.sf2Style-default .sf2-form-group textarea.sf2-element {
	color: #ffffff;
	box-shadow: none;
	outline:none;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	padding-right:30px;
	padding-left:30px;
	margin-bottom:15px;
}
.sf2-form-group + .sf2-form-group {
	margin-top: 0;
}
.sf2Style-default .sf2-form-group textarea.sf2-element{
	padding-top:30px;
	padding-bottom:30px;
	min-height:120px;
}
form.sf2-container{
	margin-top:50px;
	margin-bottom:50px;
}
.sf2-checkbox-label > input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 0;
	width: 0;
	height: 0;
}
.sf2-checkbox-label > span {
	display: inline-flex;
	align-items: center;
	user-select: none;
	line-height: 120%;
}
.sf2-checkbox-label > span:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #ffffff;
	border-radius: 25px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}
.sf2-checkbox-label > input:checked + span:before {
	background: #6CD3FF;
	filter: blur(2.5px);
}
.sf2-checkboxes .sf2-checkbox-label {
	margin: 0;
}
.sf2-checkboxes .sf2-checkbox-label{
	font-size:14px; 
}
.sf2-body > .container{
	padding-right:0;
	padding-left:0;
}
.about-num-box{
	border-top:1px solid rgba(217, 217, 217, 0.1);
	border-bottom:1px solid rgba(217, 217, 217, 0.1);
}
.about-num-box .container{
	padding:0;
}
.about-num-box .row{
	margin:0;
}
.about-num-box [class*="col-"]{
	border:1px solid rgba(217, 217, 217, 0.1);
	padding:0;
}
.about-num-box .item{
	position:relative;
	display:flex;
	flex-direction:column;
	padding:30px
}
.about-num-box .number,
.about-num-box .text{
	font-weight: 600;
	line-height:120%;
	display:flex;
	flex-direction:column;
}
.about-num-box img{
	position:absolute;
	right:30px;
	bottom:30px;
}
.our-project-box{
	background:#253760;
}
.our-project-box {
	overflow: hidden;
}
.our-project-box .col-auto{
	background: url("../images/noises.png"), rgba(255, 255, 255, 0.05);
	box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	border-radius: 50px;
	overflow:hidden;
	padding:0;
}
.our-project-box .info{
	padding:30px;
}
.our-project-box img{
	object-fit:cover;
	width:100%;
}
.gorod{
	font-weight: 700;
	line-height: 130%;
	color: #6CD3FF;
	margin-bottom:20px;
}
.our-project-box .name{
	font-weight: 700;
	line-height:120%;
	color:#ffffff;
}
a.read{
	color: #6CD3FF;
	display:flex;
	align-items:center;
	font-weight: 700;
}
a.read:after{
	content:"";
	width:10px;
	height:16px;
	margin-left:10px;
	font-weight: 600;
	font-size: 18px;
	background:url("../images/read.png") no-repeat 0 0;
}
.bottom-info{
	color: #6CD3FF;
}
.bottom-info div{
	font-weight: 700;
	display:block;
	line-height:120%;
	margin-bottom:5px;
}
.bottom-info span{
	font-weight: 700;
	display:block;
	line-height:100%;
}
.slick-arrow{
	width:50px;
	height:50px;
	border-radius:50px;
	background-color: #ffffff;
	background-repeat:no-repeat;
	background-position:center center;
	box-shadow: 0 0 15px rgba(108, 211, 255, 0.5);
	display: block;
	position: absolute;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	cursor:pointer;
}
.arrow-left{
	background-image:url("../images/arrow-left.png");
	left:-25px;
}
.arrow-right{
	background-image:url("../images/arrow-right.png");
	right:-25px;
}
.slick-arrow:hover{
	box-shadow: 0 0 25px rgba(108, 211, 255, 1);
}
.always-box .page-header{
	text-transform:uppercase;
	line-height:120%;
}
.always-box a[href*="tel:"]{
	color:#ffffff;
}
.always-box a{
	font-weight: 700;
	font-size: 28px;
	line-height: 160%;
}
.always-box a[href*="mailto:"]{
	text-decoration:underline;
}
.always-box button.sf2-callBtn{
	margin-top:20px;
}
.copiryght,
.diskmaker,
.deldy{
	line-height: 150%;
}
button.sf2-callBtn.chat{
	width: 62px;
	height: 62px;
	background:url("../images/chat.svg") no-repeat 0 0;
	position:fixed;
	top:70%;
	right:30px;
	margin: 0;
	padding: 0;
	border-radius: 62px;
	text-indent: -9999px;
	border:0;
	display:none;
	-webkit-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
	-webkit-transform: translatez(0);
	transform: translatez(0);
}
button.sf2-callBtn.chat:after{
	display:none;
}
.about-us-box{}
.about-us-box h1{
	display:flex;
	flex-direction:column;
	font-weight:800;
}
.about-us-box h1 div,
.about-us-box h1 span{
	line-height:120%;
}
.geo-box{
	background:#273962;
}
.geo-box .desc{
	line-height:150%;
}
.work-box .item{
	background: url("../images/noises.png"), rgba(255, 255, 255, 0.05);
	box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	border-radius: 40px;
	overflow:hidden;
	padding-bottom:30px;
}
.work-box .item img{
	margin-bottom:30px;
}
.work-box .item .work-el:nth-child(2){
	font-weight: 700;
	line-height: 110%;
	color: #6CD3FF;
	margin-bottom:10px;
}
.work-box .item .work-el:nth-child(3){
	line-height: 110%;
}
.work-box .item .work-el:nth-child(2),
.work-box .item .work-el:nth-child(3){
	padding-right:30px;
	padding-left:30px;
}
.license-box,
.reiews-box{
	background:#273962; 
}
.license-box {}
.reiews-box {}
.reiews-box {}
.fancybox-bg {
	background: rgba(12,40,61,0.75);
	backdrop-filter: blur(15px);
	opacity: 0;
}
.fancybox-is-open .fancybox-bg {
	opacity: 1;
}
.fancybox-content {
	background: url("../images/noises.png"), rgba(255, 255, 255, 0.05);
	box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	border-radius: 40px;
	overflow:hidden;
	display: inline-block;
	margin: 0;
	max-width: 800px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 55px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}
.client{
	background: url("../images/noises.png"), rgba(255, 255, 255, 0.05);
	box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	border-radius: 30px;
	display:flex !important;
	align-items:center;
	justify-content:center;
	padding:50px 0;
}
.clients-box div.slick-slide > div{
	padding-right:15px;
	padding-left:15px;
}
.clients-box div.slick-slider{
	margin-right:-15px;
	margin-left:-15px;
}
.clients-box .arrow-left {
	left: -10px;
}
.clients-box .arrow-right {
	right: -10px;
}
.license-box{}
.license-box .desc{
	font-size: 20px;
	line-height: 150%;
}
.article-info.muted{
	font-weight: 700;
	margin-bottom:15px; 
}
.reviews-container .title{
	font-weight: 700;
	line-height: 39px;
	color: #6CD3FF;
}
.dolzhnost{
	font-weight: 700;
	font-size: 18px;
}
.reviews-modal-box{
	line-height:150%;
}
.copiryght span{
	font-weight: 700;
	font-size: 18px;
}
#all-reviews div.reviews-description-blog {
	line-height: 130%;
	margin-bottom: 0;
	font-size:16px;
}
#all-reviews div.reviews-description-blog > *{
	line-height: 130%;
}
.review-top h1{
	margin:0;
}
.review-top{
	margin-bottom:50px;
}
.page-contact .wrapper{
	background:url("../images/contact-noise.jpg") repeat center center #1A2B4F;
}
.contact-templates{
	
}
.contact-templates{
	position:relative;
} 
.contact-info-container{
	position:absolute;
	top:50%;
	right:0;
	left:0;
	transform: translateY(-50%);
	z-index:9;
} 
.contact-info-box {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	display: inline-block;
	max-width:500px;
	width: 100%;
}
.infotext{
	background:url("../images/contact-info-box-noise.png") no-repeat center center rgba(255, 255, 255, 0.1);
	background-size: cover;
	box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	border-radius: 50px;
	padding:30px;
}
.contact-info-box div.page-header{
	font-size:32px;
}
.contact-address{}
.contact-address img{
	flex:0 0 50px;
	max-width:50px;
	margin-right:30px;
}
.contact-address > div + div{
	margin-top:25px;
}
.contact-telephone a,
.contact-emailto a{
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	text-decoration:none;
}
.contact-emailto span a{
	text-decoration:underline;
}
.contact-telephone a:hover,
.contact-emailto a:hover{
	color: #6CD3FF;
}
.contact-street .value{
	font-size: 20px;
	line-height: 130%;
	display: flex;
	align-items: center;
}
.contact-street a{
	font-size: 18px;
	line-height: 130%;
	display: flex;
	align-items: center;
	text-decoration: underline;
}
.ymaps-b-balloon.ymaps-i-custom-scroll.ymaps-b-balloon_footer_yes{
	
}
.ymaps-b-balloon__content div{
	width:100%;
	min-width:260px;
}
.ymaps-controls-lefttop > ymaps {
	top: 170px !important;
	left: 30px !important;
	opacity:0;
}
.yandeks-karta:hover .ymaps-controls-lefttop > ymaps {
	opacity:1;
}
.page-header.page-header-list{
	font-size:18px;
	margin-bottom:0;
}
.noise-bg{
	background:url("../images/contact-info-box-noise.png") no-repeat center center rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	background-size:cover;
}
.blog-service{
	padding-bottom:20px;
}
.blog-service .item{
	background:url("../images/contact-info-box-noise.png") no-repeat center center rgba(255, 255, 255, 0.1);
	background-size: cover;
	box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	border-radius: 20px;
	padding:25px;
}
.blog-service .item-image{
	flex:0 0 65px;
	max-width:65px;
	margin-right:25px;
}
.blog-service [class*="col-"]{
	margin-bottom:30px;
}
.shortdescription-serice{
	margin-top:30px;
	margin-bottom:30px;
}
ul.icon-list{
	padding:0;
	margin:0;
	list-style:none;
}
.shortdescription-serice .icon-list li{
	align-items:flex-start;
}
.icon-list li{
	display:flex;
	align-items:center;
}
.icon-list li + li{
	margin-top:20px;
}
.icon-list li:before{
	content:"";
	flex:0 0 20px;
	max-width:20px;
	width:20px;
	height:20px;
	background:url("../images/check.png") no-repeat 0 0;
	margin-top:5px;
	margin-right:15px;
}
.tabulator-service.tabulator-box{
	background: #1A2B4F;
}
.tabulator-service .row{
	align-items:center;
}
.tabulator-service{}
.tabulator-service .tab_title span{
	display:block;
}
.workcycles .tabs_titles{
	counter-reset: heading;
}
.workcycles .tab_title{
	position:relative;
}
.workcycles .tab_title:before{
	counter-increment: heading;
    content: "0" counter(heading);
	position:absolute;
	top:-100%;
	font-weight: 700;
	font-size: 36px;
	line-height: 100%;
}
.workcycles .tab_title.active:before{
	color:#6CD3FF;
}
.description b {
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	display: block;
	margin-bottom: 30px;
}
.page-serice .page-serice-box .item-firstscreen h1{
	line-height:100%;
}
.page-firstscreen.page-serice{}
.page-serice{}
.qfcapt.copy{
	display:none;
}
.progressbar{
	display: flex;
	align-items: center;
	height:35px;
	background: url("../images/quizz-noise.png") repeat center center rgba(255, 255, 255, 0.05);
	box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	border-radius: 7px;
	border:none;
	position:relative;
}
.progressbar span{
	background: linear-gradient(180deg, #84DAFF 0%, #4DC9FF 100%);
	box-shadow: 0px 0px 15px rgba(108, 211, 255, 0.5);
	border-radius: 5px;
	margin-right:3px;
	margin-left:3px;
	color:#ffffff;
	display: flex;
	align-items: center;
	justify-content:center;
	height:calc(100% - 6px);
	font-weight: 700;
	text-transform: uppercase;
}
.progressbar{
	margin-bottom:30px;
}
.box_hide_label > label{
	display:none;
}
.quizz-box .title {
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 30px;
}
.infostep{
	display: flex;
	flex-direction:column;
	background: url("../images/quizz-noise.png") repeat center center rgba(255, 255, 255, 0.05);
	background-size: 100%;
	box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	border:none;
	position:relative;
	padding:30px;
}
.tshirts .box_hide_label > label{
	display:none;
}
.step-img {
	position: absolute;
	bottom: 0;
	right: 0;
}
.contacts-finish{
	position:relative;
}
.contacts-finish .qfsubmit.box_finish_input{
	margin-bottom:50px;
}
.contacts-finish .box_finish_input input[type="text"],
.contacts-finish .box_finish_input input[type="email"],
.contacts-finish .box_finish_input input[type="tel"]{
	width: 100%;
	height:60px;
	line-height:60px;
	margin: 1em 0;
	padding: 0 25px;
	display: flex;
	background: url("../images/quizz-noise.png") repeat center center rgba(255, 255, 255, 0.05);
	background-size: 100%;
	box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	border: none;
	position: relative;
	color: #ffffff;
}
.contacts-finish .box_finish_input input[type="button"] {
	margin: 0;
	width: 100%;
	height: 55px;
	background: transparent;
	border: 0;
	color: #ffffff;
}
.contacts-finish .box_finish_submit{
	background: url("../images/noise.png"), linear-gradient(89.99deg, rgba(255, 255, 255, 0.3) 83.25%, rgba(255, 255, 255, 0) 99.99%);
	border: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	font-weight: 700;
	font-size: 18px;
	padding: 3px;
	padding-left: 25px;
	margin-bottom: 0;
	margin-left: 65px;
	height: 55px;
	line-height: 55px;
	text-align: left;
	white-space: normal;
	border-radius: 55px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 250px;
}
.contacts-finish .box_finish_submit:after {
	content: "";
	flex:0 0 50px;
	max-width: 50px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: url("../images/callBtn.png") no-repeat 0 0;
	background-size: contain;
}
.contacts-finish .box_finish_submit:hover {
	background: url("../images/noise.png"), linear-gradient(89.99deg, rgba(255, 255, 255, 0.3) 83.25%, rgba(255, 255, 255, 0) 99.99%);
	box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7);
}
.contacts-finish .box_finish_textarea{}
.contacts-finish .box_finish_input label,
.contacts-finish .box_finish_textarea label{
	display:none;
}
.contacts-finish .qfstepperbtns{
	margin:0;
	position:absolute;
	bottom: 3px;
}
.tshirts .contacts-finish .qfstepperbtns .qfprev{
	margin:0;
}
.qfstepperbtns.clue{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.qfstepperbtns.clue:after{
	content:"Если какая-то информация Вам не известна — выберите пункт «Нужна консультация»";
	margin-left:25px;
	opacity: 0.5;
}
.quizz-box .infostep .title {
	font-size: 20px;
	margin-bottom: 15px;
}
.quizz-box .infostep .desc{
	line-height: 130%;
	font-size: 16px;
}
.deadline-box{
	background:url("../images/contact-noise.jpg") repeat center center #1A2B4F;
}
.deadline-box{}
.deadline-info{
	display: flex;
	align-items: center;
	justify-content: space-between;
	justify-content: flex-end;
	position: relative;
}
.deadline-img{
	position:absolute;
	left:0;
	z-index:3;
}
.deadline-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.deadline-item{
	background: url("../images/deadline-noise.png"), linear-gradient(89.99deg, rgba(255, 255, 255, 0.3) 83.25%, rgba(255, 255, 255, 0) 99.99%);
	box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	border-radius: 15px;
	padding-top:25px;
	padding-right:50px;
	padding-bottom:25px;
	padding-left:50px;
	display: flex;
	align-items: center;
}
.deadline-item:before{
	content: "";
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	background: url("../images/check.png") no-repeat 0 0;
	margin-top: 5px;
	margin-right: 35px;
}
.deadline-item + .deadline-item{
	margin-top:25px;
}
.quizz-box .qfstepperbtns{
	margin-bottom:50px;
}
.tabs_contents_workcycles .page-header-xs {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-weight: 600;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding: 0 25px;
	background: url("../images/quizz-noise.png") repeat center center rgba(255, 255, 255, 0.05);
	box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	border-radius: 7px;
	border: none;
	position: relative;
}
.tabs .tab_content{
	margin-bottom: 30px;
}
.page-serice .license-box{
	background:url("../images/contact-noise.jpg") repeat center center #1A2B4F;
}
.articleBodyService{
	display:none;
}
.item-gaz{
	display: flex;
	align-items: center;
	justify-content:center;
	flex-direction:column;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding: 25px;
	background: url("../images/quizz-noise.png") repeat center center rgba(255, 255, 255, 0.05);
	box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	border-radius: 7px;
	border: none;
	position: relative;
	transition: all 0.3s ease;
}
.item-gaz:hover{
	box-shadow: inset 0px 0 15px rgba(255, 255, 255, 0.7);
}
.item-gaz img{
	margin-bottom:25px;
}
.blog-gaz .container{
	
}
.item-gaz .page-header-list a{
	color:#ffffff;
	text-decoration:none;
}
.blog-gaz{
	margin-top:150px;
}
.quizz-gaz-box{
	background: #233660;
	box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	border: none;
	position: relative;
	transition: all 0.3s ease;
} 
.we-recommend-box p{
	margin:0;
	opacity: 0.5;
}
span.yes{
	width: 20px;
	height: 20px;
	background: url("../images/check.png") no-repeat 0 0;
	margin: 0 auto;
	display:block;
} 
.convenient-type-box .table th span {
	display: block;
	min-width: 100%;
}
.page-gaz .our-project-box{
	background: url("../images/gaz-project-noise.jpg") repeat center center;
}
.page-gaz .license-box {
	background: #1A2B4F;
}
.page-gaz .reiews-box{
	background: url("../images/gaz-review-noise.jpg") repeat center center;
}
.faq-box{
	background: #1A2B4F;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.gaz-sf2-form{
	background: #1A2B4F;
	display:flex;
	align-items: center;
	justify-content:center;
}
.interest-free-box{
	background: url("../images/interest-free-noise.jpg") repeat center center;
} 
.interest-free-box .page-header span{
	display:inline-block;
	color:#6CD3FF;
}
.interest-free-box{}
.steps-list > * {
    display: inline-block;
    vertical-align: top;
}

.steps-list {
    margin-top: 70px;
    margin-bottom: 260px;
    display: flex;
    justify-content: space-between;
}

.step {
    position: relative;
    z-index: 3;
}

.steps-list__start, .steps-list__end {
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    color: #ffffff;
}

.steps-list__start {
    margin-right: 14px;
}

.step__number {
    width: 34px;
    height: 34px;
	background: #84DAFF;
	box-shadow: 0px 0px 15px rgba(108, 211, 255, 0.5);
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -1px;
}
.step__number:before{
	content:"";
	position:absolute;
	top:-5px;
	right:-5px;
	bottom:-5px;
	left:-5px;
	border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.3);
} 

.steps {
    max-width: 1210px;
}

.steps-list-colon {
    width: 152px;
    padding-top: 10px;
    margin-left: -6px;
    margin-right: -3px;
    position: relative;
}

.steps-list-colon__line {
    display: block;
    background: url('../images/steps-arrow.png') no-repeat top right;
    height: 24px;
    width: 152px;
}

.steps-list-colon__desc {
    font-size: 12px;
    margin-top: 11px;
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 1.45;
    position: absolute;
    bottom: 100%;
    width: 100%;
}

.steps-list__end {
    font-size: 13px;
    color: #ffffff;
    width: 85px;
    text-align: left;
    line-height: 1.4;
    padding-top: 7px;
    margin-left: 10px;
    position: relative;
    bottom: 12px;
}

steps-info {
    max-width: 952px;
    display: block;
    margin: 46px auto 0;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 32px 25px 32px 115px;
    position: relative;
}

.steps-info .icon-info-small {
    top: 36px;
    left: 39px;
    position: absolute;
}

.steps-info__title {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3;
}

.steps-info__desc {
    margin-top: 9px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.004em;
}

.step-list {
    position: absolute;
    top: 60px;
    width: 210px;
    box-sizing: border-box;
    padding:  20px;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	border-radius: 15px;
}

.icon {
	display: inline-block;
	background: url('../images/icons.png') no-repeat;
}

.icon-dock {
	width: 11px;
	height: 13px;
	background-position: 0 -633px;
}

.icon-rub-grey {
	width: 10px;
	height: 12px;
	background-position: 0 -662px;
}
.icon-rub {
	width: 10px;
	height: 12px;
	background-position: 0 -648px;
}
.step-item .icon-plus {
	top: 28px;
}
.icon-plus {
	width: 10px;
	height: 9px;
	background-position: 0 -676px;
}

.step-list:after {
    content: '';
    top: -12px;
    background: url('../images/icons.png') no-repeat 0 -1138px;
    width: 22px;
    height: 12px;
    position: absolute;
    left: 84px;
    transform: rotate(180deg);
	opacity:0.3;
}

.step-item {
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 13px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}

.step-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.step-item__desc {
    font-size: 13px;
    color: #ffffff;
    line-height: 1.55;
	margin:0;
}

.step-item__desc_bl {
    font-weight: 900;
}

.step-item__desc_md {
    font-weight: 500;
}

.step_1 .step-list {
    left: -78px;
}

.step-item .icon {
    position: absolute;
    left: 0;
    top: 5px;
}

.step-item .icon-plus {
    top: 28px;
}

.step_2 .step-list {
    width: 230px;
    left: -20px;
}

.step_2 .step-list:after {
    left: 26px;
}

.step_4 .step-list {
    width: 318px;
    left: -139px;
}

.step_4 .step-list:after {
    left: 145px;
}

.step_6 .step-list {
    width: 230px;
    left: -97px;
}

.step_6 .step-list:after {
    left: 103px;
}

.steps-list-colon__line {
	display: block;
	background: url('../images/steps-arrow.png') no-repeat top right;
	height: 24px;
	width: 152px;
}

/*technologies*/
.technologies {
    background: url('../images/technologies-bg.svg') no-repeat bottom center #1A2B4F;
}
.technologies .content {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 20px;
}
.technologies-numbs {
    position: relative;
    height: 640px;
    margin-top: 61px;
}

.technologies-numb {
    cursor: default;
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
    -o-box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	
	background: url("../images/technologies-numb-noise.png") repeat 0 0 rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
}
.technologies-numb:hover{
	z-index:9;
}
.technologies-numb__count {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
	
	background: linear-gradient(180deg, #84DAFF 0%, #4DC9FF 100%);
	box-shadow: 0px 0px 15px rgba(108, 211, 255, 0.5);
}

.technologies-numb:hover .technologies-numb__count,
.technologies-numb.hover .technologies-numb__count,
.technologies-numb.active .technologies-numb__count {
    background: #ffffff;
    color: #e93935;
}

.technologies-numb_1 {
	left: 135px;
	top: 252px;
}

.technologies-numb_2 {
	top: 252px;
	left: 376px;
}

.technologies-numb_3 {
	bottom: 28px;
	right: 288px;
}

.technologies-numb_4 {
	right: 288px;
	bottom: 80px;
}

.technologies-numb_5 {
	top: 60px;
	left: 200px;
}

.technologies-numb_6 {
	top: 175px;
	left: 495px;
}

.technologies-numb_7 {
	top: 55px;
	left: 505px;
}

.technologies-numb_8 {
	top: 110px;
	left: 560px;
}

.technologies-numb_9 {
	top: 50px;
	left: 670px;
}

.technologies-numb_10 {
	top: 140px;
	right: 425px;
}

.technologies-numb_11 {
	bottom: 255px;
	right: 375px;
}

.technologies-numb_12 {
    right: 375px;
    bottom: 150px;
}

.technologies-numb_13 {
    bottom: 38px;
    right: 423px;
}

.technologies-numb_14 {
	right: 330px;
	bottom: 110px;
}

.technologies-numb_15 {
	right: 288px;
	bottom: 150px;
}

/*end technologies*/

.tooltip_templates {
	display: none;
	position: absolute;
	left: calc(100% + 25px);
	background:url("../images/tooltip_templates.png") repeat 0 0;
	background-size:cover;
	box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(15px);
	border-radius:15px;
	padding:25px;
	z-index:9999;
}
.active + .tooltip_templates {
	display: block;
}
.tooltip_templates:before{
	content:"";
	position:absolute;
	top:50%;
	left:-7px;
	transform: translateY(-50%);
	width:7px;
	height:14px;
	background:url("../images/tooltip_templates_ug.png") repeat 0 0;
}

.tooltipster-sidetip .tooltipster-content {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 20px;
    background: #fff;
}


.tooltipster-sidetip .tooltipster-box {

    background: #ffff;
    border: 0;
    border-radius: 0;
    -moz-box-shadow: 0px 6px 20px rgb(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 6px 20px rgb(0, 0, 0, 0.2);
    box-shadow: 0px 6px 20px rgb(0, 0, 0, 0.2);

}
.block-title {
	padding-top: 86px;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.6;
	text-align: center;
} 
.block-desc {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	margin-top: 17px;
	line-height: 1.5;
}

.content_numb {
    width: 300px;
    display: block;
}

.content_numb b {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fff;
}


.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #fff;
}
.pagination-list .icon{
	background:transparent;
}
.tips-link img{
	border-radius:10px;
	margin-bottom:25px;
}
.item-project{
	margin-top:50px;
}
.item-project .item-image img{
	border-radius: 30px;
}
.item-project h1{
	text-transform:none;
}
.item-project .foto-proekta{
	
}
.project-text{
	background:#233660;
}
.thumbnail{
	margin-bottom:30px;
}
.thumbnail img{
	object-fit:cover;
	width:100%;
	border-radius: 30px; 
}
.foto-proekta{}
.foto-proekta{}