

/* Start:/local/templates/prombez/components/bitrix/news.detail/projects/style.css?176639835411432*/
    .main-banner {
       
        position: relative;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #666;
        color: #fff;
        box-sizing: border-box;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .main-banner.hasimg{height: 900px;}
    .main-banner.shadow:before{content:""; position:absolute; left:0px; right:0px; bottom:0px; top:0px; background-color: rgba(0,0,0,0.3); z-index: 0;}


    .main-banner .container {
        position: relative;
        z-index: 1;
        height: 100%;
    }

    .main-banner-container {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .main-banner-content {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .main-banner h1 {
        font-family: Montserrat;
        font-weight: 600;
        font-size: 36px;
        line-height: 110%;
        color: #fff !important;
    }
    .main-banner-buttons{margin-top:40px;}
    .main-banner-buttons .btn {
        background-color: #E30613;
        color: #fff;
    }



    .main-banner .subtitle ul li {
        color: #fff;
        display: inline-block;
        font-family: Montserrat;
        font-weight: 600;
        font-size: 18px;
        line-height: 160%;
        text-transform: none;

    }

    .main-banner .subtitle ul li:after {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background-color: #fff;
        vertical-align: middle;
        margin-right: 15px;
        margin-left: 15px;
        display: inline-block;
    }

    .main-banner .subtitle ul li:last-child:after {
        display: none;
    }

    .main {
        padding-top: 40px;
        padding-bottom: 40px;
        line-height: 160%;
        position: relative;
        z-index: 999;
    }

    .main p {
        line-height: 160%;
    }

    .main img {
        max-width: 100%;
    }

    .cblock {

        margin-bottom: 60px;

    }

    .inner-content {
        display: flex;
        flex-direction: row;
        gap: 60px;
    }

    .page-menu {
        position: sticky;
        top: 60px;
        padding: 8px 24px 12px 24px;
        background-color: #F8F8F8;
        width: 260px;
    }

    .page-menu ul li {}

    .page-menu ul li a {
        font-family: Montserrat;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 160%;
        color: #7D7D7D;
        padding-top: 12px;
        padding-bottom: 12px;
        display: block;

    }

    .page-menu ul li a.active {
        color: #0F0F0F;
    }

    .page-menu ul li a:hover {
        color: #0F0F0F;
    }

    .page-menu-header {
        display: none;
    }

    @media(max-width:769px) {
        .main-banner {
           
            padding-top: 60px;
            padding-bottom: 60px;
        }
        .main-banner.hasimg{ height: 700px;}

        .main-banner h1 {
            font-size: 28px !important;
            font-weight: 600 !important;
        }

        .main-banner .subtitle ul {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            overflow: hidden;
        }

        .main-banner .subtitle ul li {
            font-size: 16px;
            max-width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .main-banner .subtitle ul li.compact {
            display: none;
        }

        .main-banner .subtitle ul li.compact:not(.compact ~ .compact) {
            display: block;
        }

        .main-banner .subtitle ul li.compact:not(.compact ~ .compact) span {
            display: none;
        }

        .main-banner .subtitle ul li.compact:not(.compact ~ .compact):before {
            content: "...";
        }

        .main-banner .subtitle ul li.compact:not(.compact ~ .compact):after {
            content: "";
        }

        .inner-content {
            gap: 0px;
        }

        .page-menu {
            position: fixed;
            bottom: 42px;
            left: 20px;
            right: 100px;
            width: auto;
            z-index: 999999;
            top: auto;
            background: #fff;
            border: 1px solid #DCDCDC;
            border-radius: 32px;
        }

        .page-menu-header {
            display: flex;
            flex-direction: row;
            cursor: pointer;
            color: #000;
            padding: 6px 0px;
            gap: 10px;
        }

        .page-menu-toggler {
            flex-shrink: 0;
        }

        .page-menu ul {
            position: relative;
            overflow: hidden;
            max-height: 0px;
            transition: max-height .4s ease;
        }

        .page-menu.opened ul {
            max-height: 100vh;
        }

        .page-menu-title {
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
        }

    }

    .inner-content .content {
        width: 100%;
        flex: 1;
    }

    h2.lined,
    h3.lined {
        display: block;
        border-bottom: 1px solid #DCDCDC;
        padding-bottom: 17px;
        font-family: Montserrat;
        font-weight: 500;
        font-style: normal;
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 40px;

    }

    .company {
        background-color: #F8F8F8;
        padding: 23px;
        gap: 32px;
        display: flex;
        flex-direction: column;
        margin-bottom: 24px;
        line-height: 24px;
    }

    .company-header {
        display: flex;
        flex-direction: row;
        gap: 32px;
    }

    @media(max-width:991px) {
        .company-header {
            flex-direction: column-reverse;
        }

    }

    .company-subtitle {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 14px;
        line-height: 180%;
        color: #7D7D7D;
    }

    .company-title {
        font-family: Montserrat;
        font-weight: 600;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 0%;
        color: #393939;
    }

    .company-header-body {
        width: 100%;
    }


    .company-logo-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 190px;
    }

    .company-logo-wrapper img {
        max-width: 100%;
    }

    .company-body {}

    .main blockquote {
        background: url(/projects/qu.svg) no-repeat;
        font-family: Montserrat;
        font-weight: 600;
        font-size: 18px;
        line-height: 160%;
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .iconic-link {
        display: flex;
        flex-direction: row;
        gap: 24px;
        margin-bottom: 10px;
    }

    .iconic-link-icon {
        width: 60px;
        height: 60px;
        padding: 5px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #F8F8F8;
        flex-shrink: 0;
    }

    .iconic-link-icon img {
        max-width: 100%;
    }

    .iconic-link-icon svg {
        max-width: 100%;
    }

    .iconic-link-icon i {}

    .iconic-link-title {
        display: flex;
        align-items: center;
        font-family: Montserrat;
        font-weight: 600;
        font-size: 14px;
        line-height: 114%;
    }

    ul.check {
        margin-top: 16px;
        margin-bottom: 16px;
        padding: 0px;
        display: flex;
        flex-direction: column;
        gap: 16px;

    }

    ul.check li {
        list-style: none;
        display: flex;
        gap: 16px;
        font-family: Montserrat;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        align-items: center;
        flex-direction: row;
    }

    ul.check li:before {
        content: "";
        background-image: url(/projects/li.svg);
        position: relative;
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        flex-shrink: 0;
    }

    .contanctForm h3{font-size: 20px!important; margin-bottom:24px; color:#0F0F0F!important; font-weight: bold!important;}

    .nav-tabs-custom.nav-tabs {
        border: none !important;
        margin-bottom:20px;
    }

    .nav-tabs-custom.nav-tabs .nav-link {
        border: none !important;
        border-radius: 0px;
        font-size: 16px;
        text-transform: none;
        color: #393939;
        padding: 12px 24px;
        margin-right:10px;
    }

    .nav-tabs-custom.nav-tabs .nav-link.active {
        background-color: #FFF5B5;
    }
    .tab-content-custom{padding: 24px; background-color: #F8F8F8;}





    
    input.checkbox:checked {
		background-color: var(--yellow-medium, #FDC300) !important;
	}

	label.police:before {
		background-color: red;
	}

	.checkbox:checked~.checkbox::before {
		background-color: black;
	}

    .squaredThree {
		position: relative;
		float: left;
	}

	.squaredThree label {
		width: 20px;
		height: 20px;
		cursor: pointer;
		position: absolute;
		top: 0;
		left: 0;
		background: #D7B1D7;
		border-radius: 4px;
		box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
	}

	.squaredThree label:after {
		content: '';
		width: 9px;
		height: 5px;
		position: absolute;
		top: 4px;
		left: 4px;
		border: 3px solid #fcfff4;
		border-top: none;
		border-right: none;
		background: transparent;
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

    @media (min-width: 992px) {}

		@media (max-width: 991px) {
			.bgsmnone {
				background: none !important;
			}
		}

		@media (max-width: 576px) {
			.contanctForm .Cphone {
				padding-top: 20px !important;
			}
		}

		.subtitle {
			font-size: 16px;
			font-weight: 600;
			line-height: 17.6px;
            
			color: #262933;
		}

		img.subicon {
			padding-right: 5px;
		}

		.contanctForm .Cphone {
			padding-top: 30px;
			font-weight: 400;
			font-size: 16px;
			line-height: 24px;
		}

		.subtitle2 {
			opacity: 0.8;
			font-size: 18px;
			font-weight: 600;
			line-height: 18px;
			font-style: normal;
			color: #262933;
		}

		.Cdate {
			padding-top: 15px;
			font-weight: 400;
			font-style: normal;
			font-size: 16;
			line-height: 24px;
		}

		.contanctForm input,
		.contanctForm textarea {
			border: none;
			border-bottom: 1px #7d7f85 solid;
			color: #7d7f85;
			text-align: left;

		}

		.contanctForm input::placeholder,
		.contanctForm textarea::placeholder {
			color: #bebfc2;
			text-align: left;
			padding-left: 0px;
			font-size: 13px;
		}

		.contanctForm textarea {
			padding-left: 0px;
		}

		.contanctForm textarea::placeholder {
			padding-top: 90px;
		}

		.pers-policy input {
			margin-right: 10px;
		}

		.feedback input.checkbox {
			width: 20px !important;
			height: 20px !important;
			line-height: 20px;
			border-radius: 0px !important;
		}

		label.police {
			font-size: 13px;
			font-style: normal;
			line-height: 19.5px;
			text-align: left;
		}

		.g-recaptcha {
			margin-left: 0px !important;
			margin-top: -15px;
		}

		.contanctForm .input,
		.contanctForm .input {
			background: none;
		}

		.contanctForm input:focus,
		.contanctForm textarea:focus {
			background-color: #fff;
		}
/* End */


/* Start:/local/templates/prombez/components/vasoft/main.feedback/feedback-project/style.css?17660621785161*/


div.feedback {
	width:100%;
}
.feedback label{
	display:block;
	margin-top:16px;
	height:40px;
	line-height:40px;
	font-size:19px;
	text-align:center;
	color:#444;
}
.feedback input{
	height:50px;
	line-height:50px;
	text-align:center;
}
.feedback textarea{
	height:140px;
	line-height:20px;
	padding:10px;
}
.feedback input,
.feedback textarea{
	border:2px solid #eee;
	font-size:19px;
	color:#444;	
	display:block;
	width:100%;
	box-sizing: border-box;
}
.feedback .g-recaptcha{
#	margin:40px auto 0;
#	width:304px;
}
.feedback .button{
	margin:40px auto 0;
	width: 214px;
    height: 52px;
    line-height: 52px;
    display: block;
    border: 2px solid #0F5479;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 20px;
border-radius: 100px;
    transition: all 0.2s ease;
	background-color: #0F5479;
}
.feedback .button:hover{
cursor:pointer;
}
.feedback .er-text,
.feedback .ok-text{
	text-align:center;
	font-size:19px;
}
.feedback .ok-text{
	color:#17ac71;
}
.pers-policy{
	overflow:hidden;
	clear:both;
}
.pers-policy span{
	line-height:20px;
	font-size:16px;
	float:left;
}
.pers-policy input{
	width:20px;
	height:20px;
	float:left;
}

.feedback .formfrap > div:first-child{
float:left;
width:30%;
}
.feedback .formfrap > div:nth-child(2){
width:70%;
margin-left:30%;
}

.feedback .formfrap > div:first-child > div:before{
content: " ";
    width: 30px;
    height: 30px;
    position: absolute;
    margin-left: -75px;
}
.feedback .formfrap > div:first-child > div:nth-child(1):before{
    background: url(/upload/la-phone.png) left top no-repeat;
}
.feedback .formfrap > div:first-child > div:nth-child(1){
height:50px;
}
.feedback .formfrap > div:first-child > div:nth-child(3):before{
    background: url(/upload/la-at.png) left top no-repeat;
}
.feedback .formfrap > div:first-child > div:nth-child(4):before{
    background: url(/upload/la-skype.png) left top no-repeat;
}

.feedback .formfrap > div:first-child > div {
margin-left:75px;
    font-size: 14px;
height: 80px;
}
.feedback .formfrap > div:first-child > div span{
    font-size: 18px;
}
.feedback .left{
float:left;
width:47%;
height:100px;
}
.feedback .right{
margin-left:53%;
height:100px;
}
.feedback .left label, .feedback .right label{
margin-top:0;
font-size: 14px;
text-align:left;
    display: inline;
}

.feedback .formfrap .pers-policy{
    line-height: 25px;
}
.feedback .formfrap .pers-policy span{
float:none;
}
.feedback .formfrap label{
text-align:left;
font-size:14px;
}
.feedback .formfrap .button{
margin: 13px 0 0 0;
float:left;
}



 input.checkbox:checked {
		background-color: var(--yellow-medium, #FDC300) !important;
	}

	label.police:before {
		background-color: red;
	}

	.checkbox:checked~.checkbox::before {
		background-color: black;
	}

    .squaredThree {
		position: relative;
		float: left;
	}

	.squaredThree label {
		width: 20px;
		height: 20px;
		cursor: pointer;
		position: absolute;
		top: 0;
		left: 0;
		background: #D7B1D7;
		border-radius: 4px;
		box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
	}

	.squaredThree label:after {
		content: '';
		width: 9px;
		height: 5px;
		position: absolute;
		top: 4px;
		left: 4px;
		border: 3px solid #fcfff4;
		border-top: none;
		border-right: none;
		background: transparent;
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

    @media (min-width: 992px) {}

		@media (max-width: 991px) {
			.bgsmnone {
				background: none !important;
			}
		}

		@media (max-width: 576px) {
			.contanctForm .Cphone {
				padding-top: 20px !important;
			}
		}

		.subtitle {
			font-size: 16px;
			font-weight: 600;
			line-height: 17.6px;
			text-transform: uppercase;
			color: #262933;
		}

		img.subicon {
			padding-right: 5px;
		}

		.contanctForm .Cphone {
			padding-top: 30px;
			font-weight: 400;
			font-size: 16px;
			line-height: 24px;
		}

		.subtitle2 {
			opacity: 0.8;
			font-size: 18px;
			font-weight: 600;
			line-height: 18px;
			font-style: normal;
			color: #262933;
		}

		.Cdate {
			padding-top: 15px;
			font-weight: 400;
			font-style: normal;
			font-size: 16;
			line-height: 24px;
		}

		.contanctForm input,
		.contanctForm textarea {
			border: none;
			border-bottom: 1px #7d7f85 solid;
			color: #7d7f85;
			text-align: left;

		}

		.contanctForm input::placeholder,
		.contanctForm textarea::placeholder {
			color: #bebfc2;
			text-align: left;
			padding-left: 0px;
			font-size: 13px;
		}

		.contanctForm textarea {
			padding-left: 0px;
		}

		.contanctForm textarea::placeholder {
			padding-top: 90px;
		}

		.pers-policy input {
			margin-right: 10px;
		}

		.feedback input.checkbox {
			width: 20px !important;
			height: 20px !important;
			line-height: 20px;
			border-radius: 0px !important;
		}

		label.police {
			font-size: 13px;
			font-style: normal;
			line-height: 19.5px;
			text-align: left;
		}

		.g-recaptcha {
			margin-left: 0px !important;
			margin-top: -15px;
		}

		.contanctForm .input,
		.contanctForm .input {
			background: none;
		}

		.contanctForm input:focus,
		.contanctForm textarea:focus {
			background-color: #fff;
		}
/* End */


/* Start:/local/templates/prombez/components/vasoft/main.feedback/feedback-project2/style.css?17660621785161*/


div.feedback {
	width:100%;
}
.feedback label{
	display:block;
	margin-top:16px;
	height:40px;
	line-height:40px;
	font-size:19px;
	text-align:center;
	color:#444;
}
.feedback input{
	height:50px;
	line-height:50px;
	text-align:center;
}
.feedback textarea{
	height:140px;
	line-height:20px;
	padding:10px;
}
.feedback input,
.feedback textarea{
	border:2px solid #eee;
	font-size:19px;
	color:#444;	
	display:block;
	width:100%;
	box-sizing: border-box;
}
.feedback .g-recaptcha{
#	margin:40px auto 0;
#	width:304px;
}
.feedback .button{
	margin:40px auto 0;
	width: 214px;
    height: 52px;
    line-height: 52px;
    display: block;
    border: 2px solid #0F5479;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 20px;
border-radius: 100px;
    transition: all 0.2s ease;
	background-color: #0F5479;
}
.feedback .button:hover{
cursor:pointer;
}
.feedback .er-text,
.feedback .ok-text{
	text-align:center;
	font-size:19px;
}
.feedback .ok-text{
	color:#17ac71;
}
.pers-policy{
	overflow:hidden;
	clear:both;
}
.pers-policy span{
	line-height:20px;
	font-size:16px;
	float:left;
}
.pers-policy input{
	width:20px;
	height:20px;
	float:left;
}

.feedback .formfrap > div:first-child{
float:left;
width:30%;
}
.feedback .formfrap > div:nth-child(2){
width:70%;
margin-left:30%;
}

.feedback .formfrap > div:first-child > div:before{
content: " ";
    width: 30px;
    height: 30px;
    position: absolute;
    margin-left: -75px;
}
.feedback .formfrap > div:first-child > div:nth-child(1):before{
    background: url(/upload/la-phone.png) left top no-repeat;
}
.feedback .formfrap > div:first-child > div:nth-child(1){
height:50px;
}
.feedback .formfrap > div:first-child > div:nth-child(3):before{
    background: url(/upload/la-at.png) left top no-repeat;
}
.feedback .formfrap > div:first-child > div:nth-child(4):before{
    background: url(/upload/la-skype.png) left top no-repeat;
}

.feedback .formfrap > div:first-child > div {
margin-left:75px;
    font-size: 14px;
height: 80px;
}
.feedback .formfrap > div:first-child > div span{
    font-size: 18px;
}
.feedback .left{
float:left;
width:47%;
height:100px;
}
.feedback .right{
margin-left:53%;
height:100px;
}
.feedback .left label, .feedback .right label{
margin-top:0;
font-size: 14px;
text-align:left;
    display: inline;
}

.feedback .formfrap .pers-policy{
    line-height: 25px;
}
.feedback .formfrap .pers-policy span{
float:none;
}
.feedback .formfrap label{
text-align:left;
font-size:14px;
}
.feedback .formfrap .button{
margin: 13px 0 0 0;
float:left;
}



 input.checkbox:checked {
		background-color: var(--yellow-medium, #FDC300) !important;
	}

	label.police:before {
		background-color: red;
	}

	.checkbox:checked~.checkbox::before {
		background-color: black;
	}

    .squaredThree {
		position: relative;
		float: left;
	}

	.squaredThree label {
		width: 20px;
		height: 20px;
		cursor: pointer;
		position: absolute;
		top: 0;
		left: 0;
		background: #D7B1D7;
		border-radius: 4px;
		box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
	}

	.squaredThree label:after {
		content: '';
		width: 9px;
		height: 5px;
		position: absolute;
		top: 4px;
		left: 4px;
		border: 3px solid #fcfff4;
		border-top: none;
		border-right: none;
		background: transparent;
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

    @media (min-width: 992px) {}

		@media (max-width: 991px) {
			.bgsmnone {
				background: none !important;
			}
		}

		@media (max-width: 576px) {
			.contanctForm .Cphone {
				padding-top: 20px !important;
			}
		}

		.subtitle {
			font-size: 16px;
			font-weight: 600;
			line-height: 17.6px;
			text-transform: uppercase;
			color: #262933;
		}

		img.subicon {
			padding-right: 5px;
		}

		.contanctForm .Cphone {
			padding-top: 30px;
			font-weight: 400;
			font-size: 16px;
			line-height: 24px;
		}

		.subtitle2 {
			opacity: 0.8;
			font-size: 18px;
			font-weight: 600;
			line-height: 18px;
			font-style: normal;
			color: #262933;
		}

		.Cdate {
			padding-top: 15px;
			font-weight: 400;
			font-style: normal;
			font-size: 16;
			line-height: 24px;
		}

		.contanctForm input,
		.contanctForm textarea {
			border: none;
			border-bottom: 1px #7d7f85 solid;
			color: #7d7f85;
			text-align: left;

		}

		.contanctForm input::placeholder,
		.contanctForm textarea::placeholder {
			color: #bebfc2;
			text-align: left;
			padding-left: 0px;
			font-size: 13px;
		}

		.contanctForm textarea {
			padding-left: 0px;
		}

		.contanctForm textarea::placeholder {
			padding-top: 90px;
		}

		.pers-policy input {
			margin-right: 10px;
		}

		.feedback input.checkbox {
			width: 20px !important;
			height: 20px !important;
			line-height: 20px;
			border-radius: 0px !important;
		}

		label.police {
			font-size: 13px;
			font-style: normal;
			line-height: 19.5px;
			text-align: left;
		}

		.g-recaptcha {
			margin-left: 0px !important;
			margin-top: -15px;
		}

		.contanctForm .input,
		.contanctForm .input {
			background: none;
		}

		.contanctForm input:focus,
		.contanctForm textarea:focus {
			background-color: #fff;
		}
/* End */


/* Start:/local/templates/prombez/components/bitrix/news.list/projectsSlider/style.css?17663853993031*/
.projectsSliderWrapper{position: relative; margin-top:40px; margin-bottom:40px;}
.swiper-next {
		right: 0;
		left: auto;
	}

	.swiper-prev {
		left: 0;
	}

	.swiper-next,
	.swiper-prev {
		z-index: 1000;
		opacity: 0.5;
		position: absolute;
		top: var(--swiper-navigation-top-offset, 50%);
		width: calc(var(--swiper-navigation-size));
		height: var(--swiper-navigation-size);
		margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
		z-index: 10;
		cursor: pointer;
		display: block;
	}

	.swiper-next:hover,
	.swiper-prev:hover {
		opacity: 1;
	}

	.carouselBtn {
		border: 1px solid #F0F0F0;
		width: 44px;
		text-align: center;
		line-height: 44px;
		height: 44px;
		display: block;
		border-radius: 22px;
		background-color: #F0F0F0;
	}

	.iconic-link {
        display: flex;
        flex-direction: row;
        gap: 24px;
        margin-bottom: 10px;
    }

    .iconic-link-icon {
        width: 60px;
        height: 60px;
        padding: 5px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #F8F8F8;
        flex-shrink: 0;
    }

    .iconic-link-icon img {
        max-width: 100%;
    }

    .iconic-link-icon svg {
        max-width: 100%;
    }

    .iconic-link-icon i {}

    .iconic-link-title {
        display: flex;
        align-items: center;
        font-family: Montserrat;
        font-weight: 600;
        font-size: 14px;
        line-height: 114%;
    }
.projectsSliderWrapper .swiper-prev{left:-80px;}
.projectsSliderWrapper .swiper-next{right:-80px;}
 @media(max-width:1480px) {
	.projectsSliderWrapper{padding-left:50px; padding-right: 50px;}
	.projectsSliderWrapper .swiper-prev{left:0px;}
	.projectsSliderWrapper .swiper-next{right:0px;}
 }
  @media(max-width:991px) {
	.projectsSliderWrapper{padding-left:0px; padding-right: 0px;}
	.projectsSliderWrapper .swiper-prev{display: none;}
	.projectsSliderWrapper .swiper-next{display: none;}
  }

.project-item{transition: .3s background-color; background-color: #F8F8F8; padding: 23px; height: 100%; display: flex; gap:20px; flex-direction: column; justify-content: space-between;}
.project-item-body{display: flex; gap:20px; flex-direction: column;}
.project-item-footer{display: flex; gap:20px; flex-direction: column;}
.project-item:hover{background-color: #F0F0F0;}
.project-item-image{height: 230px; width:100%; display: flex; align-items: center; justify-content: center; background-color: #fff;}
.project-item-image img{max-width: 200px; max-height: 100%;}
.project-item-name{font-size: 18px; color:#0F0F0F;  line-height: 160%;}
.project-item-subname{font-size: 16px; color:#393939; line-height: 160%;}
.project-item-products{border-top:1px solid #DCDCDC; padding-top:20px;}
.project-item-products .iconic-link-icon{width:24px; height: 24px; background-color: transparent; padding: 0px;}
.project-item-products .iconic-link{gap:10px;}
.project-item-client-type{color:#7D7D7D; font-size: 16px;}
.projectsSlider .swiper-slide{height: auto;}
/* End */
/* /local/templates/prombez/components/bitrix/news.detail/projects/style.css?176639835411432 */
/* /local/templates/prombez/components/vasoft/main.feedback/feedback-project/style.css?17660621785161 */
/* /local/templates/prombez/components/vasoft/main.feedback/feedback-project2/style.css?17660621785161 */
/* /local/templates/prombez/components/bitrix/news.list/projectsSlider/style.css?17663853993031 */
