

/* Start:/bitrix/templates/energy/components/bitrix/main.include/contact-page/style.css?17261349062909*/
.contacts-list-page, .socials-list-page{list-style: none;padding: 0;margin: 0;}
.contacts-list-page li,
.contacts-list-page{margin-bottom: 20px;}
.contacts-list-page li:last-child{margin-bottom: 0;}
.contacts-list-page a{
    text-decoration: none;
    color: #4C1B1B;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}
.socials-list-page{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 10px;
}
.socials-list-page li{padding: 0 10px; margin-bottom: 20px;}

.contact-page{
    position: relative;
}
.contact-page .container{
    position: relative;
    z-index: 10;
}
.contact-page .column-contacts{
    padding-bottom: 30px;
}
.contact-page .column-contacts h3{
     margin-bottom: 20px;
}
.container.inner-page>.bx-breadcrumb,
.container.inner-page>.page-title{
    display: none;
}
.contact-page .column-form{
    padding: 30px;
}

#contact-form-page label{
    display: block;
    line-height: 1.4;
}
#contact-form-page input[type="text"],
#contact-form-page input[type="email"],
#contact-form-page input[type="tel"],
#contact-form-page textarea{
    width: 100%;
    border-radius: 2px;
    border: 1px solid #EDEDED;
    background: #FFF;
    outline: none;
    box-shadow: none;
    padding: 8px 15px;
    margin-top: 10px;
}
#contact-form-page .item-field{
    margin-bottom: 20px
}
#contact-map{
    margin-bottom: 30px;
}
.other-page{
    margin-bottom: 0!important;
}
.teams-list{
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .contact-page:before{
        content: '';
        display: block;
        position: absolute;
        right: 0;
        width: 50%;
        top: 0;
        bottom: 0;
        background: linear-gradient(90deg, #FFC8B0 0%, #FFEEC2 100%);
        z-index: 1;
    }
    #contact-map{
        margin-bottom: 40px;
    }
    .teams-list{
        margin-bottom: 50px;
    }
    .contact-page .column-form{
        padding: 80px 15px 50px 30px;
    }
    .contact-page .column-contacts{
        padding-bottom: 50px;
    }
}
@media (min-width: 992px){
    .contact-page .column-form{
        padding: 100px 15px 50px 50px;
    }
    #contact-form-page .item-field{
        margin-bottom: 30px
    }
}
@media (min-width: 1200px){
    .contact-page>.container>.row{
        align-items: center;
    }
    #contact-map{
        margin-bottom: 50px;
    }
}
@media (min-width: 1590px){
    .contact-page .column-form{
        padding: 100px 15px 100px 100px;
    }
    #contact-map{
        margin-bottom: 70px;
    }
}
@media (max-width: 767.98px){
    #contact-map .bx-yandex-map,
    #contact-map .bx-yandex-map .ymaps-map{
        height: 300px!important;
    }
}
@media (max-width: 767.98px) {
    .contact-page .column-form{
        background: linear-gradient(90deg, #FFC8B0 0%, #FFEEC2 100%);
    }
}
/* End */


/* Start:/bitrix/templates/energy/components/bitrix/system.pagenavigation/.default/style.css?1726134905976*/
.page-navigation{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
}
.page-navigation b,
.page-navigation a{
	margin: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 2px;
	border: 1px solid #EDEDED;
	background: #FFF;
	color: #4C1B1B;
	font-family: Nunito Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
	text-decoration: none;
}
.page-navigation b{
	background: #D90000;
	border-color: #D90000;
	color:#fff;
}
.page-navigation a:hover{

	background: #D90000;
	border-color: #D90000;
	color:#fff;
}
.page-navigation .arrow-links:last-child{
	margin-right: 0px;
}
.page-navigation .arrow-links{
	border-radius: 25px;

}
.page-navigation a path{
	transition: all 0.3s ease-in;
}

.page-navigation a:hover path{
	stroke:#fff;
}

/* End */


/* Start:/bitrix/templates/energy/components/bitrix/news.list/teams/style.css?17261349051508*/
.teams-list>.row{
    margin-top: -30px;
}
.teams-list .team-item{
    margin-top: 30px;
}
.teams-list .team-item .panel{
    border-radius: 2px;
    border: 1px solid #EDEDED;
    height: 100%;
}
.teams-list .team-item .panel .row{
    height: 100%;
}
.teams-list .team-item .desc-block{
    padding: 20px!important;
}
.teams-list .team-item .name{
    font-family: "Sansation";
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}
.teams-list .team-item .position{
    color: #8C8C8C;
    margin-top: 16px;
}
.teams-list .team-item .info{
    font-family: 'Sansation';
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 16px;
    line-height: 1.1;
}

@media (min-width: 460px) {
    .teams-list .team-item .image{
        padding-right: 0;
    }
    .teams-list .team-item .desc-block{
        padding-left: 0;
    }
}

@media (max-width: 1199.98px){
    .teams-list .team-item .desc-block {
        padding: 15px!important;
    }
}
@media (max-width: 991.98px){
    .teams-list .team-item .name{
        font-size: 20px;
    }
    .teams-list .team-item .position,
    .teams-list .team-item .info{
        margin-top: 8px;
    }
    .teams-list .team-item .position{
        line-height: 1.1;
    }
}
@media (max-width: 459.98px) {
    .teams-list .team-item .image,
    .teams-list .team-item .desc-block{
        flex: 0 0 100%;
        width: 100%;
    }
    .teams-list .team-item .desc-block{
        padding: 15px 30px!important;
    }
}
/* End */
/* /bitrix/templates/energy/components/bitrix/main.include/contact-page/style.css?17261349062909 */
/* /bitrix/templates/energy/components/bitrix/system.pagenavigation/.default/style.css?1726134905976 */
/* /bitrix/templates/energy/components/bitrix/news.list/teams/style.css?17261349051508 */
