

/* Start:/bitrix/templates/universelite_s1/components/bitrix/map.yandex.view/.default/style.css?1616137589250*/
.ns-bitrix.c-map-yandex-view.c-map-yandex-view-default {
  display: block;
  height: 100%;
}
.ns-bitrix.c-map-yandex-view.c-map-yandex-view-default .map-yandex-view-control {
  display: block;
  height: 100%;
}

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

/* End */


/* Start:/bitrix/templates/universelite_s1/components/bitrix/map.yandex.system/.default/style.css?1616137589515*/
.ns-bitrix.c-map-yandex-system.c-map-yandex-system-default {
  display: block;
  position: relative;
  height: 100%;
}
.ns-bitrix.c-map-yandex-system.c-map-yandex-system-default .map-yandex-system-control {
  display: block;
  height: 100%;
}
.ns-bitrix.c-map-yandex-system.c-map-yandex-system-default .map-yandex-system-overlay {
  display: none;
  position: absolute;
  background: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

/* 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/news.list/contacts.custom.new/style.css?175042611611993*/
.contacts {}

.contacts-warning {
    color: #007d45;
    margin: 8px 0;
}

.contacts .contacts-map {
    display: block;
    height: 460px;
}

.contacts .contacts-contact-wrap {
    overflow: visible;
}
.contacts .contacts-contact {
    display: block;
    position: relative;
    height: 126px;
    background: #fff;
    -webkit-box-shadow: 0px 7px 35px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 7px 35px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 7px 35px 0px rgba(0,0,0,0.4);
}
.contacts .contacts-contact.contacts-contact-with-map {
    margin-top: 25px;
}
.contacts .contacts-contact .contacts-contact-wrapper {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 12px 24px;
}
.contacts .contacts-contact .contacts-contact-parameter {
    display: block;
    float: left;
    width: 25%;
    padding: 8px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-parameter-wrapper {
    display: block;
    height: 100%;
    font-size: 0;
}
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-icon-wrap,
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-text-wrap {
    display: block;
    height: 100%;
}
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-icon-wrap {
    float: left;
    width: 36px;
}
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-text-wrap {
    margin-left: 70px;
}
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-icon,
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-text {
    display: inline-block;
    vertical-align: middle;
}
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-icon {
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-title {
    font-weight: normal;
    color: #bdbdbd;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
}
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #2c2c2c;
}
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-value {
    color: #333;
    text-decoration: none;
	display:block;
}

.contacts .contacts-title {
    font-size: 28px;
    font-weight: 900;
}
.contacts .contacts-description {
    font-size: 16px;
    line-height: 25px;
    color: #6a6a6c;
    margin-top: 20px;
}

.contacts .contacts-shops {
    display: block;
}
.contacts .contacts-shops .contacts-shops-list {
    display: block;
    overflow: hidden;
    margin-top: 30px;
}
.contacts .contacts-shops .contacts-shops-list .contacts-shops-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -30px 30px;
}
.contacts .contacts-shops .contacts-shop {
    display: block;
    float: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 30px;
}
.contacts .contacts-shops .contacts-shop .contacts-shop-wrapper {
    display: block;
    position: relative;
}
.contacts .contacts-shops .contacts-shop .contacts-shop-wrapper > div {
    display: flex;
}
.contacts .contacts-shops .contacts-shop .contacts-image {
    display: block;
    flex: none;
    position: relative;
    padding: 6px;
    margin-right: 13px;
    width: 130px;
    height: 130px;
    background: #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contacts .contacts-shops .contacts-shop .contacts-image .contacts-image-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contacts .contacts-shops .contacts-shop .contacts-information {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #2a2a2a;
}
.contacts .contacts-shops .contacts-shop .contacts-information .contacts-address {
    margin-bottom: 20px;
    color: inherit;
    text-decoration: none;
}
.contacts .contacts-shops .contacts-shop .contacts-information .contacts-phone {
    color: inherit;
}
.contacts .contacts-shops .contacts-shop .contacts-information .contacts-email {
    color: #1169fe;
    text-decoration: none;
}
.contacts .contacts-shops .contacts-shop .contacts-information .contacts-on-map {
    flex: 1;
    display: flex;
    align-items: end;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    width: fit-content;
    color: #494a67;
    border-bottom: 1px dashed transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color, border;
    -moz-transition-property: color, border;
    -ms-transition-property: color, border;
    -o-transition-property: color, border;
    transition-property: color, border;
}
.contacts .contacts-shops .contacts-shop .contacts-information .contacts-on-map:hover {
    color: #686991;
    border-color: #686991;
}

.contacts .contacts-offices {
    display: block;
    margin-top: 75px;
}
.contacts .contacts-offices .contacts-sections {}
.contacts .contacts-offices .contacts-sections .contacts-section {
    margin-top: 50px;
}
.contacts .contacts-offices .contacts-sections .contacts-section .contacts-section-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #2a2a2a;
}
.contacts .contacts-offices .contacts-offices-list {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 16px;
}
.contacts .contacts-offices .contacts-offices-list .contacts-offices-list-wrapper {
    display: block;
    margin: -10px;
}
.contacts .contacts-offices .contacts-office {
    display: block;
    position: relative;
    padding: 10px;
}
.contacts .contacts-offices .contacts-office .contacts-office-wrapper {
    display: block;
    position: relative;
    border: 1px solid #e6e7e9;
}
.contacts .contacts-offices .contacts-office .contacts-image {
    display: block;
    width: 220px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
}
.contacts .contacts-offices .contacts-office .contacts-information {
    display: block;
    position: relative;
    margin-left: 270px;
}
.contacts .contacts-offices .contacts-office .contacts-information-section {
    display: block;
    position: relative;
    float: left;
    margin-top: 30px;
}
.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-address {
    margin-right: 150px;
    width: 180px;
}
.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-work-time {
    margin-right: 100px;
    width: 140px;
}
.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-contacts {
    width: 210px;
}
.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-title {
    display: block;
    margin-bottom: 15px;
    font-size: 0;
}
.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-title .icon-contacts {
    font-size: 16px;
    padding-right: 6px;
    vertical-align: middle;
}
.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-title .contacts-information-icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-position: center center;
    background-repeat: no-repeat;
}
.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-title .contacts-information-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 18px;
    color: #6a696e;
}
.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-content {
    font-size: 13px;
    line-height: 21px;
    color: #313439;
}
.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-content a {
    text-decoration: none;
    color: #313439;
}
.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-address .contacts-information-content {
    font-weight: bold;
}
.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-contacts .contacts-information-content {

}
.contacts .contacts-offices .contacts-office .contacts-information-on-map {
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    color: #494a67;
    border-bottom: 1px dashed transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color, border;
    -moz-transition-property: color, border;
    -ms-transition-property: color, border;
    -o-transition-property: color, border;
    transition-property: color, border;
}
.contacts .contacts-offices .contacts-office .contacts-information-on-map:hover {
    color: #686991;
    border-color: #686991;
}
.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-contacts .contacts-email a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted #2d7cfb;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-contacts .contacts-email a:hover {
    color: #2d7cfb;
}
.contacts .contacts-form-wrap {
    margin-top: 60px;
}
@media (max-width:1000px) {
    .contacts .contacts-offices .contacts-office .contacts-image {
        display:none;
    }
    .contacts .contacts-contact {
        height:auto;
        overflow:hidden;
    }
    .contacts .contacts-offices .contacts-office .contacts-information {
        margin-left:18px;
        overflow: hidden;
        padding-bottom: 18px;
    }
    .contacts .contacts-contact .contacts-contact-parameter {
        width:50%;
    }
}

.intec-content-right .contacts .contacts-contact {
    height: 190px;
}
.intec-content-right .contacts .contacts-contact .contacts-contact-parameter {
    width: 50%;
    height: 50%;
}

@media (max-width:700px) {
    .contacts .contacts-offices .contacts-office .contacts-information-section.contacts-contacts .contacts-information-content {
        margin:0;
    }
    .contacts-form .contacts-form-fields .contacts-form-field {
        width:100%!important;
    }
    .contacts .contacts-contact .contacts-contact-parameter {
        width:100%;
    }
    .contacts .contacts-offices .contacts-office .contacts-information-section.contacts-address,
    .contacts .contacts-offices .contacts-office .contacts-information-section.contacts-work-time,
    .contacts .contacts-offices .contacts-office .contacts-information-section.contacts-contacts {
        width:100%;
        margin-right:0;
    }
    .contacts .contacts-offices .contacts-office .contacts-information-on-map {
        position:static;
        margin-top:10px;
    }
    .contacts .contacts-offices .contacts-office .contacts-information-section {
        margin-top: 15px;
        float:none;
    }
    .contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-title {
        margin-bottom: 6px;
    }
}
/* End */


/* Start:/bitrix/templates/universelite_s1/components/intec.universe/main.form/template.custom/style.css?16161375894872*/
.c-form.c-form-template-1 .intec-content-wrapper {
 
}
/*
.c-form.c-form-template-1:after{
	content: "";
    position: absolute;
    background-image: url(/images/form-small-after.png);
    top: -50px;
    right: 0px;
    left: 100px;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}*/
.c-form.c-form-template-1 .widget-content {
    position: relative;
    background: #96ceaf;
    border-radius: 100px;
    padding: 30px 65px 30px 30px;
    /* background-image: url(/images/new_style/craft.PNG); */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
/*
.c-form.c-form-template-1 .widget-content:after{
	content: "";
    position: absolute;
    background-image: url(/images/form-small-after.png);
    top: -50px;
    right: 0px;
    left: 100px;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto; 
	z-index: 1;
}*/
.c-form.c-form-template-1 .widget-content .decoration-img{
    background-position: center center;
    background-size: contain;
    padding-bottom: 60%;
    background-repeat: no-repeat;
    filter: brightness(0);
}
.c-form.c-form-template-1 .widget-form-text,
.c-form.c-form-template-1 .widget-form-action {

}
.c-form.c-form-template-1 .widget-form-text {

}
.c-form.c-form-template-1 .widget-form-action {
    text-align: center;
    font-size: 0;
	position: relative;
    z-index: 2;
}
.c-form.c-form-template-1 .widget-form-title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 900;
}
.c-form.c-form-template-1 .widget-form-description {
    font-size: 18px;
    line-height: 21px;
    margin-top: 17px;
    margin-right: 30px;
    font-family: 'Montserrat-Medium';
}
.c-form.c-form-template-1 .widget-form-button {
    background-color: #ffffff4d;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #0e0e0e;
    padding: 18px 66px;
    cursor: pointer;
    border: 2px solid #0e0e0e;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-border-radius: 30px;
    font-family: 'Montserrat-Medium';
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.c-form.c-form-template-1 .widget-form-button:hover {
	-webkit-box-shadow: 0 5px 30px rgb(0, 0, 0, 0.64);
    -moz-box-shadow: 0 5px 30px rgb(0, 0, 0, 0.64);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.64);
}
.c-form.c-form-template-1 .view-left .widget-form-title,
.c-form.c-form-template-1 .view-left .widget-form-description {

}
.c-form.c-form-template-1 .view-right .widget-form-title,
.c-form.c-form-template-1 .view-right .widget-form-description {

}
.c-form.c-form-template-1 .widget-content.view-center {

}
.c-form.c-form-template-1 .widget-content.view-center .widget-form-text,
.c-form.c-form-template-1 .widget-content.view-center .widget-form-action {
    display: block;
    width: initial;
}
.c-form.c-form-template-1 .widget-content.view-center .widget-form-action {
    margin-top: 35px;
}
.c-form.c-form-template-1 .widget-content.view-center .widget-form-title,
.c-form.c-form-template-1 .widget-content.view-center .widget-form-description {
    text-align: center;
}
.c-form.c-form-template-1 .widget-content.view-center .widget-form-title {
    margin: auto;
}
.c-form.c-form-template-1 .widget-content.view-center .widget-form-description {
    margin: 25px auto auto auto;
}
.c-form.c-form-template-1 .theme-light .widget-form-title, 
.c-form.c-form-template-1 .theme-light .widget-form-description {
    color: #0e0e0e;
}
.c-form.c-form-template-1 .theme-dark .widget-form-title,
.c-form.c-form-template-1 .theme-dark .widget-form-description {
    color: #000;
}

@media all and (max-width: 1000px) {
	.c-form.c-form-template-1 .widget-form-title {
		font-size: 25px;
	}
	.c-form.c-form-template-1 .widget-form-description {
		font-size: 13px;
		line-height: 17px;
		margin-top: 5px;
	}
	.c-form.c-form-template-1 .widget-form-button{
		font-size: 16px;  
		padding: 16px 40px;
	}
	.c-form.c-form-template-1 .widget-content{
		padding:30px;
	}
	.c-form.c-form-template-1 .widget-content .decoration-img{
		padding-bottom:0;
	}
}
@media all and (max-width: 800px) {
	.c-form.c-form-template-1 .widget-form-button{
		margin-top: 10px;
	}
	.c-form.c-form-template-1 .theme-light .widget-form-title,
	.c-form.c-form-template-1 .theme-light .widget-form-description{
		text-align:center;
	}
	.c-form.c-form-template-1 .widget-form-description{
		margin-right:0;
	}
}
@media all and (max-width: 600px) {
	.c-form.c-form-template-1 .widget-form-title {
		font-size: 20px;
	}
	.c-form.c-form-template-1 .widget-content{
		border-radius: 15px;
	}
}

/* End */
/* /bitrix/templates/universelite_s1/components/bitrix/map.yandex.view/.default/style.css?1616137589250 */
/* /bitrix/templates/universelite_s1/components/bitrix/map.yandex.system/.default/style.css?1616137589515 */
/* /bitrix/templates/universelite_s1/components/bitrix/system.pagenavigation/.default/style.css?16161375893734 */
/* /bitrix/templates/universelite_s1/components/bitrix/news.list/contacts.custom.new/style.css?175042611611993 */
/* /bitrix/templates/universelite_s1/components/intec.universe/main.form/template.custom/style.css?16161375894872 */
