

/* Start:/bitrix/templates/universelite_s1/components/bitrix/catalog/jobs/style.css?1669887625266*/
.actionNotice {
	background: #007d45;
    height: auto;
    min-height: 200px;
    padding: 24px 0;
}
.actionNotice .blockHeader {
    color: #fff;
    font-size: 27px;
    text-align: center;
    margin: 0 auto 20px;
}
.actionNotice .blockBtn { text-align: center }
/* End */


/* Start:/bitrix/templates/universelite_s1/components/bitrix/system.pagenavigation/.default/style.css?16161375893734*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	font-weight:bold;
	color: #000;
	font-size: 14px;
	border-radius: 4px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
	border:1px  solid transparent;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev {
	vertical-align:bottom;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	opacity:1;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover {
	border:1px solid #ccc;
	border-radius: 3px;
}
/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	opacity:0.4;
	height: 31px;
	background: url(/bitrix/templates/universelite_s1/components/bitrix/system.pagenavigation/.default/image/arrow_right.png) no-repeat center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	height: 31px;
	opacity:0.4;
	background: url(/bitrix/templates/universelite_s1/components/bitrix/system.pagenavigation/.default/image/arrow_left.png) no-repeat center;
}
.show-more.show-more-btn {
	display:block;
	position:relative;
	cursor:pointer;
	width: 150px;
	margin: 20px auto;
	text-align: center;
	color: #0a56d3;
	font-size:14px;
	font-weight: bold;
}
.show-more.show-more-btn i {
	background: #0a56d3;
	border-radius: 100%;
	padding: 6px;
	color: #fff;
	margin-right: 7px;
	font-size: 16px;
	line-height: 0;
	display: inline-block;
	width: 28px;
}
.show-more-btn:hover i:before {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* End */


/* Start:/bitrix/templates/universelite_s1/components/bitrix/photo/jobs/bitrix/photo.section/.default/style.css?16584888942452*/
.jobs_tmpl .main-img {
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	height: 758px;
}
.jobs_tmpl .jobs_item-data,
.jobs_tmpl .jobs_item-description {
	padding: 30px 70px 50px;
	margin: 20px 0;
    border-radius: 7px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
}
.jobs_tmpl .jobs_item-data {
	display: flex;
    justify-content: space-between;
	gap: 5%;
}
	.jobs_tmpl .jobs_item-data ul {
		list-style: none;
		width: 50%;
		padding: 0;
		margin: 0;
	}
		.jobs_tmpl .jobs_item-data li { font-family: 'AvenirMedium', sans-serif }
			.jobs_tmpl .jobs_item-data li span {
				font-family: 'AvenirBold', sans-serif;
				font-weight: bold;
			}
			.jobs_tmpl .jobs_item-data li a {
				color: #000;
				text-decoration: underline;
			}
				.jobs_tmpl .jobs_item-data li a:hover { text-decoration: none }

.jobs_tmpl .owl-carousel .owl-nav {
	display: flex;
    justify-content: space-between;
}
	.jobs_tmpl .owl-carousel .owl-nav button.owl-prev,
	.jobs_tmpl .owl-carousel .owl-nav button.owl-next {
		background: #ffd73a;
		position: relative;
		width: 86px;
		height: 86px;
		margin-top: 15px;
		border-radius: 100%;
	}
	.jobs_tmpl .owl-carousel .owl-nav button.owl-prev { left: 5% }
	.jobs_tmpl .owl-carousel .owl-nav button.owl-next { right: 5% }
	.jobs_tmpl .owl-carousel .owl-nav button.owl-prev span,
	.jobs_tmpl .owl-carousel .owl-nav button.owl-next span {
		font-size: 80px;
		line-height: 40px;
	}
	
.jobs_item-otherjobs {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
	.jobs_item-otherjobs .text-title {
		line-height: initial;
		margin: 0;
	}
	.showmore-jobs {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #000;
		font-family: 'AvenirMedium', sans-serif;
		font-weight: bold;
		text-align: center;
		background-color: rgb(255, 215, 58);
		width: 221px;
		height: 55px;
		border-radius: 5px;
		/* float: right; */
	}

@media all and (max-width:1198px){
	.jobs_tmpl .jobs_item-data { padding: 30px 35px 50px }
}

@media all and (max-width:720px){
	.text-title { text-align: center }
	.jobs_tmpl .main-img { height: 250px }
	.jobs_tmpl .jobs_item-data,
	.jobs_tmpl .jobs_item-description { padding: 15px }
	.jobs_tmpl .jobs_item-data {
		flex-direction: column;
		gap: 0;
	}
	.jobs_tmpl .jobs_item-data ul { width: 100% }
	.jobs_item-otherjobs {
		flex-direction: column;
		text-align: center;
	}
	.showmore-jobs { margin: 10px auto 0 }
}
/* End */


/* Start:/bitrix/templates/universelite_s1/components/intec.universe/main.gallery/template.jobs/style.css?16371519244927*/
.c-gallery.c-gallery-template-1 {
    margin: 0 auto;
    max-width: 2000px;
    overflow: hidden;
}
.c-gallery.c-gallery-template-1 .widget-tabs {
    padding-top: 25px;
}
.c-gallery.c-gallery-template-1 .widget-tabs .nav.nav-tabs {
    font-size: 0;
    padding: 0 0 20px 0;
    margin: 0;
    list-style: none;
    border-bottom: none;
}
.c-gallery.c-gallery-template-1 .widget-tabs .nav.nav-tabs.align-left {
    text-align: left;
}
.c-gallery.c-gallery-template-1 .widget-tabs .nav.nav-tabs.align-center {
    text-align: center;
}
.c-gallery.c-gallery-template-1 .widget-tabs .nav.nav-tabs.align-right {
    text-align: right;
}
.c-gallery.c-gallery-template-1 .widget-tabs .widget-tabs-tab {
    display: inline-block;
    padding: 10px 15px;
    float: none;
    margin-bottom: 0;
}
.c-gallery.c-gallery-template-1 .widget-tabs .widget-tabs-tab a {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #363532;
    text-decoration: none;
    padding: 0 0 15px 0;
    margin: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.c-gallery.c-gallery-template-1 .widget-tabs .widget-tabs-tab a:focus {
    background-color: transparent!important;
}
.c-gallery.c-gallery-template-1 .widget-tabs .widget-tabs-tab a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 2px solid;
    border-color: inherit;
    opacity: 0;
    -webkit-transition: border-color, width 0.4s, 0.4s;
    -moz-transition: border-color, width 0.4s, 0.4s;
    -ms-transition: border-color, width 0.4s, 0.4s;
    -o-transition: border-color, width 0.4s, 0.4s;
    transition: border-color, width 0.4s, 0.4s;
}
.c-gallery.c-gallery-template-1 .widget-tabs .widget-tabs-tab a:hover::after {
    width: 100%;
    opacity: 1;
}
.c-gallery.c-gallery-template-1 .widget-tabs .widget-tabs-tab:hover a {
    background-color: transparent;
}
.c-gallery.c-gallery-template-1 .widget-tabs .widget-tabs-tab.active a {
    position: relative;
    border: none;
    background-color: transparent;
}
.c-gallery.c-gallery-template-1 .widget-tabs .widget-tabs-tab.active a::after {
    width: 100%;
    opacity: 1;
}
.c-gallery.c-gallery-template-1 .widget-tab-list-content {
    margin-left: -2px;
    margin-right: -2px;
}
.c-gallery.c-gallery-template-1 .widget-tab-element {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c-gallery.c-gallery-template-1 .img-delimiter .widget-tab-element {
    padding: 2px;
}
.c-gallery.c-gallery-template-1 .widget-tab-element .widget-tab-element-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -29px;
    margin-top: -29px;
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    width: 54px;
    height: 54px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    pointer-events: none;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.c-gallery.c-gallery-template-1 .widget-tab-element:hover .widget-tab-element-icon {
    opacity: 1;
}
.c-gallery.c-gallery-template-1 .widget-tab-element-img {
    width: 100%;
    cursor: pointer;
    padding-top: 72%;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 7px;
}
.c-gallery.c-gallery-template-1 .widget-tab-element-img img {
    display: none;
}
.c-gallery.c-gallery-template-1 .widget-footer {
    margin-top: 25px;
}
.c-gallery.c-gallery-template-1 .widget-footer-all {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    padding: 15px;
    border: 2px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.c-gallery.c-gallery-template-1 .widget-footer-all:hover {
    color: #FFF;
}
.c-gallery.c-gallery-template-1 .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.c-gallery.c-gallery-template-1 .owl-dots button {
    outline: none;
}
.c-gallery.c-gallery-template-1 .owl-dots button span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.c-gallery.c-gallery-template-1 .owl-dot.active span, .c-gallery.c-gallery-template-1 .owl-dot:hover span {
    background: #869791;
}
/* End */


/* Start:/bitrix/templates/universelite_s1/components/intec.universe/main.sections/template.photo/style.css?16161375903173*/
.c-sections.c-sections-template-photo .widget-header + .widget-content {
  margin-top: 35px;
}
.c-sections.c-sections-template-photo .widget-content {
    margin: 0 -20px;
    padding-bottom: 30px;
}
.c-sections.c-sections-template-photo .widget-element-wrap:hover {

}
.c-sections.c-sections-template-photo .widget-element-picture {
  max-width: 100%;
  max-height: 100%;
}
.c-sections.c-sections-template-photo .widget-element-picture-block {
    position: relative;
    display: block;
    padding-top: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 
	border-radius: 15px;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.c-sections.c-sections-template-photo .widget-element-picture-block:hover {
    transform: translateY(-10px);
    -webkit-box-shadow: 5px 19px 35px 0px rgba(0,0,0,0.41);
    -moz-box-shadow: 5px 19px 35px 0px rgba(0,0,0,0.41);
    box-shadow: 5px 19px 35px 0px rgba(0,0,0,0.41);
}
.c-sections.c-sections-template-photo .widget-element-picture-wrap {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.c-sections.c-sections-template-photo .widget-element-name {
position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    display: block;
    text-align: center;
}
.c-sections.c-sections-template-photo .widget-element-name .widget-element-name-content {
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    color: #007d45;
    background: #fff;
    border-radius: 30px;
    padding: 18px 40px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.c-sections.c-sections-template-photo .widget-element-picture-block:hover .widget-element-name .widget-element-name-content {
	color: #ffffff;
    background: #007d45;
}
.c-sections.c-sections-template-photo .widget-element-name-wrap {
  padding: 20px 20px 40px 20px;
}
.c-sections.c-sections-template-photo .section-header{
	padding-bottom:50px;
}
.c-sections.c-sections-template-photo .detail-page-url {
	color: #007d45;
    font-size: 16px;
    font-weight: 700;
    transition: 0.4s; 
	font-family: 'Montserrat-Bold';
}
.c-sections.c-sections-template-photo .detail-page-url:hover {
    text-decoration: none;
    color: #1e1d1d;
}
.c-sections.c-sections-template-photo .detail-page-url .text {
    border-bottom: 1px solid transparent;
	margin-right: 10px;
}
.c-sections.c-sections-template-photo .detail-page-url:hover .text{
	border-color: #1e1d1d;	
}
@media all and (max-width: 1000px) {
	.c-sections.c-sections-template-photo .section-header {
		padding-bottom: 10px;
	}
	.c-sections.c-sections-template-photo .section-header .widget-title,
	.c-sections.c-sections-template-photo .section-header{
		text-align: center;
	}
	.c-sections.c-sections-template-photo .widget-element-name .widget-element-name-content{
		padding: 15px 20px;
		font-size: 14px;
		line-height: 16px;
	}
}


/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/universelite_s1/components/intec.universe/main.widget/form-project-n-plan/style.css?162608763510300*/
.ns-intec.c-form-result-new.c-form-result-new-form-1 {
    background: rgba(217, 205, 189, 0.25);
    padding-top: 50px;
    border-top: 10px solid rgba(191, 179, 162, 0.25);
border-bottom: 10px solid rgba(191, 179, 162, 0.25);
}
.c-form-result-new.c-form-result-new-form-1 .intec-content-wrapper {
    position: relative;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-block-bg {
    position: relative;
}
.c-form-result-new.c-form-result-new-form-1 .form-catalog-custom-bg {
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 86px;
    bottom: 100px;
    left: 0;
    right: 0;
    max-width: 1384px;
    margin: 0 auto;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-additional-picture {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background-repeat: no-repeat;
}
.c-form-result-new.c-form-result-new-form-1 .position-left .form-result-new-additional-picture {
    right: 0;
}
.c-form-result-new.c-form-result-new-form-1 .position-right .form-result-new-additional-picture {
    left: 0;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-wrap {
    position: relative;
    width: 50%;
}
.c-form-result-new.c-form-result-new-form-1 .position-left .form-result-new-form-wrap {
    float: left;
}
.c-form-result-new.c-form-result-new-form-1 .position-right .form-result-new-form-wrap {
    float: right;
}
.c-form-result-new.c-form-result-new-form-1 .position-center .form-result-new-form-wrap {
    margin-left: auto;
    margin-right: auto;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-element .select-address{
	font-size: 18px;
    line-height: 19px;
    padding: 15px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333!important;
    border-color: #afafaf;
}
.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-row-control select {
    width: 100%;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-content select {
    background: #e3f5f1;
    border: 2px solid #96ceaf;
    border-radius: 5px;
    outline: none;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-content {
    position: relative;
    padding: 50px 80px 0px 0px;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-header {

}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-title {
    font-size: 40px;
    line-height: 42px;
    width: 60%;
    font-weight: 800;
    text-align: left;
    color: #1e1d1d;
}
.c-form-result-new.c-form-result-new-form-1 .consent .intec-input-text,
.c-form-result-new.c-form-result-new-form-1 .consent .intec-input-text a {
    color: #919191;
}
.c-form-result-new.c-form-result-new-form-1 .consent .intec-input-text a{
	text-decoration:underline;
}
.c-form-result-new.c-form-result-new-form-1 .consent .intec-input-text a:hover{
    color: #696969;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-description {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 15px;
}

.c-form-result-new.c-form-result-new-form-1 .form-result-new-element {
    margin-bottom: 25px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-element-input-wrap {
    position: relative;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid;
    outline: none;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input::placeholder {
    font-size: 19px;
    color: inherit;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input:focus::placeholder {
   
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-text,
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-email {
    font-size: 18px;
    line-height: 19px;
    padding: 15px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-textarea {
    font-size: 14px;
    line-height: 21px;
    padding: 10px 25px;
    max-height: 100px;
    min-height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-text.type-captcha {
    min-width: initial;
    max-width: initial;
    width: 180px;
    padding-right: 0;
    margin-top: 10px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-element-input-caption {
    font-size: 19px;
}

.c-form-result-new.c-form-result-new-form-1 .form-result-new-submit {
    font-size: 0;
    text-align: left;
    padding: 50px 0;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-submit input {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 17px 67px;
    border: none;
    outline: none;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-captcha-title {
    margin-bottom: 10px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-captcha {
    padding-top: 20px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-error,
.c-form-result-new.c-form-result-new-form-1 .form-result-new-captcha-error {
    margin-top: 10px;
}

.c-form-result-new.c-form-result-new-form-1 .form-result-new-sent,
.c-form-result-new.c-form-result-new-form-1 .form-result-new-message {
    min-height: 350px;
    font-size: 25px;
    text-align: center;
}

.c-form-result-new.c-form-result-new-form-1 .theme-light .form-result-new-error .errortext,
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-wrap.theme-light,
.c-form-result-new.c-form-result-new-form-1 .theme-light .form-result-new-input {
    color: #FFF!important;
    border-color: #FFF;
}
.c-form-result-new.c-form-result-new-form-1 .theme-light .form-result-new-submit input {
    background-color: #FFF;
    color: #333;
}
.c-form-result-new.c-form-result-new-form-1 .theme-light .form-result-new-submit input:hover {
    background-color: #333;
    color: #FFF;
}

.c-form-result-new.c-form-result-new-form-1 .theme-dark .form-result-new-error .errortext,
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-wrap.theme-dark,
.c-form-result-new.c-form-result-new-form-1 .theme-dark .form-result-new-input {
    color: #333!important;
    border-color: #afafaf;
}
.c-form-result-new.c-form-result-new-form-1 .consent .intec-input-selector {
    vertical-align: top;
    margin-top: 3px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-element .consent-text{
	display: inline-block;
    text-align: left;
}
.c-form-result-new.c-form-result-new-form-1 .theme-dark .form-result-new-submit input {
    background-color: transparent;
    color: #007d45;
    /* box-shadow: 0px 8px 13px 0px rgba(9, 34, 9, 0.1); */
    border: 2px solid #007d45;
}
.c-form-result-new.c-form-result-new-form-1 .theme-dark .form-result-new-submit input:hover {
    background-color: #007d45;
    color: #fff;
    -webkit-box-shadow: 0px 8px 25px 0px rgba(9,34,9,0.57);
    -moz-box-shadow: 0px 8px 25px 0px rgba(9,34,9,0.57);
    box-shadow: 0px 8px 25px 0px rgba(9,34,9,0.57);
}

@media all and (max-width: 1230px) {
	.c-form-result-new.c-form-result-new-form-1 .form-result-new-title {
		font-size: 35px;
		line-height: 40px;
	    width: 50%;
	}
	.c-form-result-new.c-form-result-new-form-1 .form-result-new-input::placeholder,
	.c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-text,
	.c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-email	{
	    font-size: 12px;
		padding: 5px 0px;
	}
	.c-form-result-new.c-form-result-new-form-1 .form-result-new-element {
		margin-bottom: 15px;
	}
}
@media all and (max-width: 1000px) {
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-form-wrap {
        float: none!important;
        margin: auto;
        width: initial;
        max-width: 80%;
    }
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-additional-picture {
        display: none;
    }
	.c-form-result-new.c-form-result-new-form-1 .form-result-new-title{
		width: 80%; 
		margin:0 auto;
		font-size: 30px;
		line-height: 35px;
	}
	.c-form-result-new.c-form-result-new-form-1 .form-catalog-custom-bg{
	    background-image: none !important;
	}
	.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-content{
		padding: 35px 0px 0px 0px;
	}
	.c-form-result-new.c-form-result-new-form-1 .form-result-new-submit{
		padding: 35px 0;
	}
	.c-form-result-new.c-form-result-new-form-1 .form-result-new-submit input{
		padding: 15px 45px;
	}
}
@media all and (max-width: 720px) {
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-form-content {
        padding:30px 0px 0px 0px;
    }
	.c-form-result-new.c-form-result-new-form-1 .form-result-new-title {
		font-size: 20px; 
		width: 100%;
	}
	.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-wrap{
		max-width: 100%;
	}
	.c-form-result-new.c-form-result-new-form-1 .form-result-new-input::placeholder,
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-text,
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-email	{
		font-size: 15px;
	}
	.c-form-result-new.c-form-result-new-form-1 .form-result-new-submit input{
		padding: 17px 40px;
		font-size: 14px;
	}
}
/* End */


/* Start:/local/components/devade/startshop.forms.result.new/templates/project-n-plan/style.css?165702089114722*/
.startshop-forms-result-new.default {
    display: block;
    margin: 0px;
}

.startshop-forms-result-new.default .startshop-forms-result-new-wrapper {
    display: block;
    position: relative;

}

label.btn-2 {
    border-radius: 50px;
    overflow: hidden;
}

label.btn-2 {
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: inherit;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 1rem;
    outline: none;
    padding: 1rem 50px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
}

label.btn-2:hover::before {
    left: 5%;
}

label.btn-2::before {
    color: #fff;
    content: "\f382";
    font-family: "Font Awesome 5 Pro";
    font-size: 100%;
    height: 100%;
    left: -60%;
    line-height: 2.7;
    position: absolute;
    top: 0px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

label.btn-2:hover {
    background-color: #497f42;
}


.startshop-forms-result-new.default .startshop-forms-result-new-caption {
    display: block;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 30px;
}

.startshop-forms-result-new.default .startshop-forms-result-new-row {
    display: block;
    margin-top: 15px;
}

.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-row-name {
    margin-bottom: 5px;
    color: #262626;
    font-size: 14px;
}

.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-row-control {

}

.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-input-textarea,
.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-input-select,
.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-input-multiselect,
.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-input-text,
.startshop-forms-result-new.default .startshop-forms-result-new-captcha .startshop-forms-result-new-captcha-code .startshop-input-text {
    width: 100%;
    outline: none !important;
}

.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-input-textarea {
    resize: vertical;
}

.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-forms-result-new-row-control-box {
    display: block;
    padding: 10px;
    border-radius: 5px;
}

.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-row-control select {
    width: 100%;
}

.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-row-control .startshop-forms-result-new-row-control-box .startshop-forms-result-new-row-control-box-wrapper {
    display: block;
    overflow: hidden;
}

.startshop-forms-result-new.default .startshop-forms-result-new-button {
    display: block;
    font-size: 12px;
    padding: 11px 11px;
    width: 100%;
    margin-top: 30px;
}

.startshop-forms-result-new.default .startshop-forms-result-new-captcha {
    display: block;
    margin-top: 20px;
}

.startshop-forms-result-new.default .startshop-forms-result-new-captcha .startshop-forms-result-new-captcha-caption {
    margin-bottom: 5px;
    color: #262626;
    font-size: 14px;
}

.startshop-forms-result-new.default .startshop-forms-result-new-captcha .startshop-forms-result-new-captcha-image {
    display: block;
    text-align: left;
    font-size: 0;
    margin-bottom: 5px;
}

.startshop-forms-result-new.default .startshop-forms-result-new-captcha .startshop-forms-result-new-captcha-image img {
    display: inline-block;
}

.form-result-new-error {
    display: block;
    color: #ff114a;
    font-size: 12px;
    text-align: left;
}

.startshop-forms-result-new.default .startshop-forms-result-new-row .startshop-forms-result-new-message-error,
.startshop-forms-result-new.default .startshop-forms-result-new-captcha .startshop-forms-result-new-message-error {
    margin-bottom: 10px;
}

.startshop-forms-result-new.default .startshop-forms-result-new-required {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    color: #ff0000;
}

.startshop-forms-result-new.default .startshop-forms-result-new-sent {
    display: block;
    text-align: center;
}

.startshop-forms-result-new.default .submit-block {
    margin-top: 20px;
}

.c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-textarea {
    padding: 0;
    min-height: 50px;
}

.order-form__index {
    background-color: #007D45;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 87%;
    margin: 0 auto;
    border-radius: 11px;
    margin: 0 auto;
    padding: 22px;
}

.order-form__title {
    font-family: "Montserrat", sans-serif;
    font-size: 26.5px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    max-width: 960px;
    width: 100%;
    margin: 6px auto 23px auto;
}

@media screen and (min-width: 1024px) {
	.order-form__index {
		padding: 20px 226px 25px 150px;
		margin-bottom: 30px;
		border-radius: 11px;
		width: 97%;
	}
}



.order-form__text {
    font-family: "Montserrat Light", sans-serif;
    font-size: 16px;
    margin: 0 0 15px 158px;
    color: #fff;
}

.order-form__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

.order-form__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
	width: 50%;
	position: relative;
}

.order-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.order-form-item__title {
    font-family: "Montserrat Light", sans-serif;
    font-size: 14px;
    margin: 0;
    color: #fff;
    text-align: right;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.intec-content__index {
	max-width: 1351px;
	width: 100%;
    margin: 0 auto;
}

.order-form-item-title__wrap {
    width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.order-form-item__title_required {
    position: relative;
    margin-right: 11px;
	width: 200px;
}

.order-form-item__title_required::after {
    content: "*";
    position: absolute;
    width: 5px;
    height: 5px;
    color: #e65649;
    top: 0;
    right: -11px;
}

.order-form-item__input {
    background-color: white;
    border-radius: 6px;
    border: 1px solid black;
    height: 42px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 15px;
    outline: none;
}

.order-form-item__select {
    background-color: white;
    border-radius: 6px;
    border: 1px solid black;
    height: 42px;
    width: 412px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
}

#myFile {
    display: none;
}

.order-form-btn__wrap {
    font-family: "Montserrat Medium", sans-serif;
    font-size: 14px;
    margin: 0 0 0 156px;
    color: white;
    text-align: right;
    background-color: #000;
    padding: 12px 20px 12px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 206px;
    height: 44px;
    border-radius: 8px;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #007d45;
}

.order-form-btn__wrap::before {
    content: "";
    position: absolute;
    width: 27px;
    height: 24px;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 419.2 419.2' style='enable-background:new 0 0 419.2 419.2;' xml:space='preserve'%3E%3Ccircle cx='158' cy='144.4' r='28.8' fill='white'/%3E%3Cpath d='M394.4,250.4c-13.6-12.8-30.8-21.2-49.6-23.6V80.4c0-15.6-6.4-29.6-16.4-40C318,30,304,24,288.4,24h-232 c-15.6,0-29.6,6.4-40,16.4C6,50.8,0,64.8,0,80.4v184.4V282v37.2c0,15.6,6.4,29.6,16.4,40c10.4,10.4,24.4,16.4,40,16.4h224.4 c14.8,12,33.2,19.6,53.6,19.6c23.6,0,44.8-9.6,60-24.8c15.2-15.2,24.8-36.4,24.8-60C419.2,286.8,409.6,265.6,394.4,250.4z M21.2,80.4c0-9.6,4-18.4,10.4-24.4c6.4-6.4,15.2-10.4,24.8-10.4h232c9.6,0,18.4,4,24.8,10.4c6.4,6.4,10.4,15.2,10.4,24.8v124.8 l-59.2-59.2c-4-4-10.8-4.4-15.2,0L160,236l-60.4-60.8c-4-4-10.8-4.4-15.2,0l-63.2,64V80.4z M56,355.2v-0.8 c-9.6,0-18.4-4-24.8-10.4c-6-6.4-10-15.2-10-24.8V282v-12.4L92,198.4l60.4,60.4c4,4,10.8,4,15.2,0l89.2-89.6l58.4,58.8 c-1.2,0.4-2.4,0.8-3.6,1.2c-1.6,0.4-3.2,0.8-5.2,1.6c-1.6,0.4-3.2,1.2-4.8,1.6c-1.2,0.4-2,0.8-3.2,1.6c-1.6,0.8-2.8,1.2-4,2 c-2,1.2-4,2.4-6,3.6c-1.2,0.8-2,1.2-3.2,2c-0.8,0.4-1.2,0.8-2,1.2c-3.6,2.4-6.8,5.2-9.6,8.4c-15.2,15.2-24.8,36.4-24.8,60 c0,6,0.8,11.6,2,17.6c0.4,1.6,0.8,2.8,1.2,4.4c1.2,4,2.4,8,4,12v0.4c1.6,3.2,3.2,6.8,5.2,9.6H56z M378.8,355.2 c-11.6,11.6-27.2,18.4-44.8,18.4c-16.8,0-32.4-6.8-43.6-17.6c-1.6-1.6-3.2-3.6-4.8-5.2c-1.2-1.2-2.4-2.8-3.6-4 c-1.6-2-2.8-4.4-4-6.8c-0.8-1.6-1.6-2.8-2.4-4.4c-0.8-2-1.6-4.4-2-6.8c-0.4-1.6-1.2-3.6-1.6-5.2c-0.8-4-1.2-8.4-1.2-12.8 c0-17.6,7.2-33.2,18.4-44.8c11.2-11.6,27.2-18.4,44.8-18.4s33.2,7.2,44.8,18.4c11.6,11.6,18.4,27.2,18.4,44.8 C397.2,328,390,343.6,378.8,355.2z' fill='white'/%3E%3Cpath d='M341.6,267.6c-0.8-0.8-2-1.6-3.6-2.4c-1.2-0.4-2.4-0.8-3.6-0.8c-0.4,0-0.4,0-0.4,0c-0.4,0-0.4,0-0.4,0 c-1.2,0-2.4,0.4-3.6,0.8c-1.2,0.4-2.4,1.2-3.6,2.4l-24.8,24.8c-4,4-4,10.8,0,15.2c4,4,10.8,4,15.2,0l6.4-6.4v44 c0,6,4.8,10.8,10.8,10.8s10.8-4.8,10.8-10.8v-44l6.4,6.4c4,4,10.8,4,15.2,0c4-4,4-10.8,0-15.2L341.6,267.6z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
}

.container-367 {
    width: 100% !important;
}
.startshop-button-checkbox .text, .startshop-button-checkbox .text a {
	color: #fff;
}

.startshop-button-checkbox .text a {
	text-decoration: underline;
}
#formMP .book {
	width: 243px;position: absolute;right: 0px;top: -10px;
}
.order-form__textarea {
    height: 164px;
    width: 100%;
    background-color: white;
    border-radius: 6px;
    border: 1px solid black;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 15px;
    outline: none;
    resize: none;
}

.order-form__submit {
    border: none;
    border-radius: 8px;
    background: #000;
    padding: 16px 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.form-result-new-element-input-wrap {
    display: none;
}

.dopImageName {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.order-form__block:nth-child(even) {
    width: 60%;
}

.order-form__block:nth-child(odd) {
    width: 40%;
}
.intec-content-wrapper .intec-content .order-form p.order-form__text {
    font-size: 16px;
    margin: 0 0 15px 158px;
}
.c-catalog-element .intec-content .order-form__title {
    font-size: 35px;
    margin: 0 0 10px 158px;
}
.c-catalog-element .intec-content .order-form {
    padding: 20px 226px 25px 150px;
}
@media (max-width: 1200px) {
    .c-catalog-element .intec-content .order-form,
    .intec-content .order-form {
        padding: 20px 20px 25px;
    }
}
@media (max-width: 1120px) {
	#formMP .book {
		display: none;
	}
    .c-catalog-element .intec-content .order-form__title {
        font-size: 18px;
        margin: 0 0 20px;
        text-align: left;
    }
    .intec-content-wrapper .intec-content .order-form p.order-form__text {
        font-size: 12px;
        margin: 0 0 28px;
        line-height: 1.42857143;
    }
}
@media (max-width: 1024px) {

	.order-form__block:nth-child(even), .order-form__block:nth-child(odd) {
		width: 100%;
	}
	.order-form-item__title_required {
		width: auto;
	}
    .order-form {
        padding: 30px 10px 36px;
        margin: 0 20px 60px;
    }

    .order-form__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }

    .order-form__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 38px;
    }

    .order-form__title {
		font-size: 17px;
		margin: 0 0 20px;
		text-align: center;
		line-height: 25px;
    }

    .order-form__text {
        font-size: 12px;
        margin: 0 0 28px;
    }

    .order-form-item__title {
        font-size: 12px;
        margin: 0;
    }

    .order-form-item-title__wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .order-form-btn__wrap {
        font-size: 12px;
        margin: 0;
        height: 34px;
        border-radius: 4px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 206px;
        padding-right: 38px;
    }

    .order-form__textarea {
        font-size: 12px;
        width: 100%;
        height: 80px;
        border-radius: 4px;
        padding: 16px 15px;
    }

    .order-form__submit {
        font-size: 14px;
        height: 44px;
        border-radius: 4px;
        padding: 0;
    }

    .order-form-item__select {
        height: 34px;
        width: 100%;
        border-radius: 4px;
    }

    .order-form-item__input {
        padding: 14px 16px;
        height: 34px;
        width: 100%;
        border-radius: 4px;
    }

    .order-form__block {
        gap: 16px;
    }
}
#formMP .order-form-btn__block {
    position: relative;
}
#formMP .dopImageName {
    position: absolute;
    left: 156px;
    bottom: -22px;
}

#formMP .order-form-item__select {
    width: 100%;
}

#formMP .order-form__textarea {
    max-height: 130px;
}
/* End */
/* /bitrix/templates/universelite_s1/components/bitrix/catalog/jobs/style.css?1669887625266 */
/* /bitrix/templates/universelite_s1/components/bitrix/system.pagenavigation/.default/style.css?16161375893734 */
/* /bitrix/templates/universelite_s1/components/bitrix/photo/jobs/bitrix/photo.section/.default/style.css?16584888942452 */
/* /bitrix/templates/universelite_s1/components/intec.universe/main.gallery/template.jobs/style.css?16371519244927 */
/* /bitrix/templates/universelite_s1/components/intec.universe/main.sections/template.photo/style.css?16161375903173 */
/* /bitrix/templates/universelite_s1/components/intec.universe/main.widget/form-project-n-plan/style.css?162608763510300 */
/* /local/components/devade/startshop.forms.result.new/templates/project-n-plan/style.css?165702089114722 */
