@charset "UTF-8";
body{
	font-family: "Echo2 Light", sans-serif !important;
	font-size: 18px;
}

/*homepage*/
.container-fluid.main-page-container{
	padding-top: 60px;
}

.container.main-container-wrap { 
  padding-top: 80px;
}

/* Styles when main slider does not exist */
main:not(:has(.main-slider-wrap)) .container.main-container-wrap,
main:has(.main-slider-wrap.hidden-slider) .container.main-container-wrap { 
  padding-top: 138px;
}


.body_postavshchikam_zakupki_obespechenie-syrem .container.main-container-wrap,
.body_postavshchikam_zakupki_obespechenie-materialami .container.main-container-wrap,
.body_postavshchikam_zakupki_realizatsiya-neaktivov .container.main-container-wrap{
  /* padding-top: 0px; */
}



#panel{
	z-index: 9999;
}
h1{
	font-family: "Echo2 SemiBold", sans-serif;
	line-height: 1;
}
.h1{
	font-family: "Echo2 SemiBold", sans-serif;
	line-height: 1;
	margin-bottom: 40px;
}
h2{
	font-size: 1.4em;
}
h3 {
	font-family: "Echo2 SemiBold", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 2em;
	line-height: 1.2;
}
.white {
	color: #FFFFFF;
}
a{
	color: rgba(70, 70, 70, 1);;
}
a:hover{
	color: rgba(70, 70, 70, .8);
}
.page-container a{
	color: #A8A8A8;
	text-decoration:none;
}
a.ico{
	color: #111;
	text-decoration:none;
}
.page-container a:hover,
a.ico:hover{
	color: rgba(223, 37, 21, 1);
}

.f-20{
	font-size: 1.2em !important;
}
.ff-bold{
	font-family: "Echo2 SemiBold", sans-serif !important;
}
.pt-100{
	padding-top: 100px;
}
.pt-150{
	padding-top: 150px;
}
.pt-50{
	padding-top: 50px;
}
.pb-50{
	padding-bottom: 50px;
}
.pb-100{
	padding-bottom: 100px;
}
.pb-150{
	padding-bottom: 150px;
}
span.title{
	font-family: "Echo2 SemiBold", sans-serif !important;
	line-height: 1.1;
	font-size: 3.8em;
}
.color-red{
	color: rgba(223, 37, 21, 1);
	text-decoration:none;
}
a.color-red:hover{
	color: #1F1F1F;
}
.bg-dark{
	background-color: rgba(31, 31, 31, 1) !important;
}
.bg-lightdark{
	background-color: #E2E2E2 !important;
}
.bg-grey{
	background-color: rgba(226, 226, 226, 1) !important;
}
.bg-graphite{
	background-color: rgba(70, 70, 70, 1) !important;
}
.bg-red{
	background-color: rgba(223, 37, 21, 1) !important;
}


/* NAVBAR */
.navbar{
    height: 138px;
	background: rgba(107, 107, 107, .7);
	border-bottom: 1px solid #FFFFFF40;
	padding: 0;
	backdrop-filter: blur(40px);
}

.navbar .navbar-brand{
	margin-right: 0;
}
.navbar .container-fluid{
	height: inherit;
}
.navbar .navbar__block-right{
	border-left: 1px solid #FFFFFF40;
	padding-left: 12px;
	margin-left: auto;
}
.navbar .navbar__block-left,
.navbar .navbar__block-right{
	flex: 1 0 auto;
	height: 100%;
}
.navbar .navbar-nav-item{
	align-items: center;	
	height: 100%;
}
.navbar .navbar-nav-item .header-mobile-right{
	display: flex;
}
.navbar .navbar-nav-item .header-mobile-right .header-mobile-right__inner,
.navbar .navbar-nav-item .header-mobile-right .header-mobile-right__inner .d-block{
	display: flex !important;
}
.navbar .navbar-nav-item .header-mobile-right .header-mobile-right__inner .icon{
	margin-right: 10px;
}
.navbar .block-right-collapse,
.navbar .block-right-collapse .desktop{
	height: 100%;
}
.navbar .navbar__block-center{
	width: 100%;
	height: inherit;
	flex-direction: column;
	padding: 0 30px;
}
.navbar .navbar__block-center .block-center__top{
	flex: 1 0 50%;
	height: 50%;
	border-bottom: 1px solid #FFFFFF40;
	display: flex;
	align-items: center;
	color: #fff;
	display: flex;
	justify-content: space-between;
}
.navbar .navbar__block-center .block-center__top .top__left,
.navbar .navbar__block-center .block-center__top .top__right,
.navbar .navbar__block-center .block-center__menu .center__right{
	height: 100%;
	display: flex;
	align-items: center;
}

.navbar .navbar__block-center .block-center__top .top__elem-phone,
.navbar .navbar__block-center .block-center__top .top__elem-mail{
	display: flex;
	width: auto;
	height: 100%;
	align-items: center;
}
.navbar .navbar__block-center .block-center__top .top__right{
	margin-left: auto;
	display: flex;
}
.navbar .navbar__block-center .block-center__top .top__right .search-wrap{
	flex: 1 0 225px;
	width: 225px;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
	position: relative;
}
.navbar .navbar__block-center .block-center__top .top__right .search-wrap a{
	margin-left: 0px !important;
}
.navbar-toggler{
	border:none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 32px;
	padding: 0 !important;
}
.navbar-toggler:focus{
	box-shadow: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>");
	background-repeat: no-repeat;
	background-size: 20px 20px;	
	opacity: .5;
}
#search-form{
	position: absolute;
	opacity: 0;
	visibility:hidden;
	transition: all .3s ease 0s;
}
#search-form.opened{
	opacity: 1;
	visibility: visible;
}
#search-form input{
	padding: 2px 32px 2px 8px;
	height: 34px;
}
#search-form button {
    border: none;
    background: url("images/icons/icon-search.svg") no-repeat center center transparent;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 0;
}
.navbar .navbar__block-center .block-center__top .top__right a:last-child,
.navbar .navbar__block-center .block-center__menu .center__right a:last-child{
	margin-left: 20px;
}

.navbar .navbar__block-center .block-center__menu{
	flex: 1 0 50%;
	height: 50%;
	display: flex;
	align-items: center;
	font-family: "Echo2 ExtraLight", sans-serif;
	display: flex;
	justify-content: space-between;
}
.navbar .navbar__block-center .block-center__top a,
.navbar .navbar__block-center .block-center__menu .center__right a{
	color: #fff;
	text-decoration:none;
}
.navbar .navbar__block-center .block-center__top .top__elem-phone a,
.navbar .navbar__block-center .block-center__top .top__elem-mail a,
.navbar .navbar__block-center .block-center__top .top__right a,
.navbar .navbar__block-center .block-center__top .top__right span.a-link,
.navbar .navbar__block-center .block-center__menu .center__right a{
	align-items: center;
	height: 100%;
	display: flex;
	border-bottom: 1px solid transparent;
	transition: all .3s ease 0s;
}
.navbar .navbar__block-center .block-center__top .top__right span.a-link:hover{
	cursor:pointer;
}
.navbar .navbar__block-center .block-center__top .top__elem-phone a:hover,
.navbar .navbar__block-center .block-center__top .top__elem-mail a:hover,
.navbar .navbar__block-center .block-center__top .top__right a:hover,
.navbar .navbar__block-center .block-center__top .top__right span.a-link:not(.clicked):hover,
.navbar .navbar__block-center .block-center__menu .center__right a:hover{
	border-bottom: 1px solid #fff;
}
.navbar .navbar__block-center .block-center__top .top__elem-phone a{
	margin-right: 20px;
	font-size: 1.5em;
}
.navbar .navbar__block-center .block-center__top .top__elem-mail a{
	font-size: 1.6em;
}
.navbar .btn-price{
	height: 52px;
	display: flex;
}

#navbarCollapse{
	margin: 0 -12px !important;
	padding: 0 12px
}

/* FOOTER */
footer{
	background: #fff;
}
footer .footer-container-wrap{
	height: 800px;
	display: flex;
	flex-direction: column;
}
footer .footer-container-wrap .footer-wrap__menu-line-1{
	flex: 1 0 39%; 
	border-bottom: 1px solid rgba(177, 177, 177, 1);
	    padding-bottom: 20px;
}
footer .footer-container-wrap .footer-wrap__menu-line-2{
	flex: 1 0 39%;
	padding-top: 20px;
}
footer .footer-container-wrap .footer-wrap__menu-line-3{
	flex: 1 0 12%;
	border-bottom: 1px solid rgba(177, 177, 177, 1);
	display: flex;
	align-items: center;
}
footer .footer-container-wrap .row-line.footer-wrap__menu-line-4{
	flex: 1 0 10%;
	font-size: .87em;
}
footer .footer-container-wrap .row-line{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1rem;
}

footer .footer-container-wrap .footer-menu-column ul{
	margin: 0;
	padding: 0;
}
footer .footer-container-wrap .footer-menu-column ul li{
	list-style-type: none;
	font-family: "Calibri", sans-serif;
	font-size: .9em;
	font-weight: 400;
	line-height: 1.25;
	padding: 5px 0;
}
footer .footer-container-wrap .footer-menu-column ul li a{
	text-decoration: none;
	color: rgba(0, 0, 0, 1);
}
footer .footer-container-wrap .footer-menu-column .footer-menu-column__title{
	color: #df2515;
}
footer .footer-container-wrap .footer-menu-column .footer-menu-column__title a{
	text-decoration: none;
	color: #df2515;
}
footer .footer-container-wrap .footer-menu-column .last-title{
	display: block;
	margin-top: 20px;
}
footer .footer-container-wrap .footer-wrap__menu-line-3 .footer-menu-line-3__left{
	display: flex;
}
footer .footer-container-wrap .footer-wrap__menu-line-3 .footer-menu-line-3__right{
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
}
footer .footer-container-wrap .footer-wrap__menu-line-3 .footer-menu-line-3__right .social-elem a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	margin-left: 20px;
}
footer .footer-container-wrap .footer-wrap__menu-line-3 .footer-menu-line-3__right .social-elem .social-elem__title{
	text-transform:uppercase;
	font-family: "Echo2 SemiBold", sans-serif;
	transition: all .3s ease 0s;
}
footer .footer-container-wrap .footer-wrap__menu-line-3 .footer-menu-line-3__right .social-elem .next-arrow{
	margin-left: 10px;
}
footer .footer-container-wrap .footer-wrap__menu-line-3 .footer-menu-line-3__right .social-elem:hover .social-elem__title{
	color: rgba(223, 37, 21, 1);
}
footer .footer-container-wrap .footer-wrap__menu-line-3 .footer-menu-line-3__right .social-elem:hover .next-arrow{
	background-position: 0 -11px;
}
footer .footer-container-wrap .footer-wrap__menu-line-4 .footer-menu-line-4__left{
	color: rgba(177, 177, 177, 1);
}
footer .footer-container-wrap .footer-wrap__menu-line-4 .footer-menu-line-4__right{
	font-family: "Calibi", sans-serif;
}
footer .footer-container-wrap .footer-wrap__menu-line-4 .footer-menu-line-4__right ul{
	padding: 0;	
	display: flex;
	margin: 0;
}
footer .footer-container-wrap .footer-wrap__menu-line-4 .footer-menu-line-4__right ul li{
	list-style-type: none;
}
footer .footer-container-wrap .footer-wrap__menu-line-4 .footer-menu-line-4__right ul li a{
	color: rgba(177, 177, 177, 1);
	text-decoration: none;
	transition: all .3s ease 0s;
}
footer .footer-container-wrap .footer-wrap__menu-line-4 .footer-menu-line-4__right ul li a:hover{
	color: rgba(142, 142, 142, 1);
	text-decoration: underline;
}


/* BUTTONS */
.btn{
	text-transform: uppercase;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease 0s;
	padding: 6px 18px;
	font-family: "Echo2", sans-serif;
}
.btn.btn-square{
	display: flex;
	width: 45px;
	height: 45px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	padding: 0;
}
.btn.btn-lines{
	display: flex;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(70, 70, 70, 1);
	border-radius: 2px;
	padding: 0;
}
.btn.btn-red{
	display: flex;
	width: 70px;
	height: 70px;
	border: 2px solid rgba(223, 37, 21, 1);
	border-radius: 2px;
	padding: 0;
}
.btn.btn-red-fill{
	display: flex;
	width: 70px;
	height: 52px;
	border: 2px solid rgba(223, 37, 21, 1);
	background: rgba(223, 37, 21, 1);
	border-radius: 3px;
	padding: 0;
	color: #fff;
}
.btn.btn-round{
	display: flex;
	width: 170px;
	height: 170px;
	border: 2px solid rgba(255, 255, 255, 1);
	border-radius:50%;
	padding: 0;
}
.btn.btn-square.small{
	width: 35px;
	height: 35px;
}
.btn.btn-square.smaller{
	width: 26px;
	height: 26px;
}
.btn.btn-square.smaller.red{	
	border: 1px solid rgba(223, 37, 21, 0.5);
}
.btn.btn-square.big{
	width: 60px;
	height: 60px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: rgba(132, 138, 139, 1);
}
.btn.btn-primary{
	background: #6f6f6f;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn.btn-primary.btn-dark{
	background: rgba(70, 70, 70, 1);
}
.btn.btn-action{
	background: rgba(223, 37, 21, 1);
	border: 1px solid rgba(223, 37, 21, 1);
	color: #fff;
	height: 52px;
}
.btn.btn-action:active,
.btn.btn-action:first-child:active{
	background: rgba(223, 37, 21, .9);
}
.btn.btn-square.smaller.red:active{
	background: rgba(225, 225, 225, 1);
}
.btn.btn-light{
	background: rgba(255, 255, 255, 1);
	border: 1px solid transparent;
}
.btn.w-250{
	min-width: 250px;
	max-width: 250px;
}
.btn.w-450{
	min-width: 450px;
	max-width: 450px;
}
.btn-check:checked+.btn, 
.btn.active, .btn.show, 
.btn:first-child:active, 
:not(.btn-check)+.btn:active {
    color: #fff;
	background-color: #656564;
    border: 1px solid rgba(255, 255, 255, .5);
}
.btn.btn-round:active{
	background-color: transparent;
}
.btn.btn-lines:active{
	background-color: transparent;
	border: 1px solid rgba(70, 70, 70, .5);
}
.btn.btn-red:active{
	background-color: transparent;
	border: 2px solid rgba(223, 37, 21, 1);;
}
.btn.btn-square.big:hover{
	background: rgba(200, 200, 200, 1);
}
.btn.btn-primary:hover{
	color: #464646;
	background-color: #fff;
}
.btn.btn-light:hover{
	color: #fff;
	background-color: #464646;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn-close:focus{
	box-shadow: none;
}
.btn.btn-primary.btn-graphite:hover,
.btn.btn-primary.btn-dark:hover{
	background: rgba(92, 92, 92, 1);
	border-color: rgba(92, 92, 92, 1);
	color: #fff;
}

/** FORMS **/
.form-control{
	border-radius: 3px;
}
.form-control:focus {
    box-shadow: none;
	border-color: rgba(226, 226, 226, 1);
}
form label.form-label{
	font-size: 1em !important;
	line-height: 1;
}
form .field-text{
	font-family: "Echo2 SemiBold", sans-serif;
}
.modal form{
	padding-top: 30px;
}
form input::placeholder,
form textarea::placeholder { 
	color:rgba(226, 226, 226, 1) !important;
	font-size: 1em !important; 
}
form textarea.form-control{
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 1) !important;
}
form .errorMessages{
	font-family: "Echo2 Light", sans-serif;
	font-size: .9em;
}

/** HEADER BUTTONS **/
.header-buttons-menu-wrap{
	width: 60px;
	flex-direction: column;
	height: 204px;
	justify-content: space-between;
}
.header-buttons-menu-wrap.affix{
	top:180px;
    position:fixed;
	z-index: 3;
}
body.flex-column #carrotquest-messenger-collapsed-container.carrotquest-messenger-right_bottom {
    right: 30px !important;
    top: 800px !important;
}
.header-buttons-menu-wrap .item .item-inner{
	position: relative;
}
.header-buttons-menu-wrap .item .item-inner .btn.btn-square.big{	
	
	backdrop-filter: blur(40px);
}

.header-buttons-menu-wrap .item .item-inner .item-inner__description{
	position: absolute;
	width: 310px;
	left: -320px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	opacity: 0;
	display: none;
}
.header-buttons-menu-wrap .item .item-inner .item-inner__description .item-inner__description-inner{
	flex: 0 0 auto;
	font-size: .8em;
	text-transform: none;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0 10px;
	height: 60px;
	background: rgba(200, 200, 200, 1);
	font-weight: bold;
	border-radius: 3px;
	color: #000;
	display: flex;
	align-items: center;
	margin-left: auto;
	text-align: left;
}
.header-buttons-menu-wrap .item .item-inner{
	transition: opacity .3s linear 0s, display 0s linear 0s;
}
.header-buttons-menu-wrap .item .item-inner:hover .item-inner__description{
	opacity: 1;
	display: flex;
}

/** MODAL **/
.modal{
	border-radius: 0px;
}
.modal h1{
	font-size: 2em !important;
	text-align: center;
}
.modal .modal-content{
	border-radius: 0px;
}
.modal .modal-header{
	border-radius: 0px;
	border-bottom: none;
	padding-bottom: 0px;
}
.modal .modal-footer{
	border-radius: 0px;
}
.modal .modal-buttons{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.modal .modal-buttons .btn{	
	max-width: 285px;
	font-size: 1.1em;
}

/** CARDS **/
.red-card{
	height: 380px;
	position: relative;
    width: 100%;
    background-color:rgba(223, 37, 21, 1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border: none;
	transition: border .5s ease-in-out 0s;
	overflow: hidden;
}
.red-card:before{
    content: '';
    position: absolute;
    right: -2px; 
    width: 14%; 
	height: 85px; 
	background: rgba(255, 255, 255, 1);
	transform: translateY(-250%) skewY(-130deg);
	border:none;
	z-index: 3;
	transition: border .2s ease-in-out 0s;
}
.red-card-bg{
	height: 400px;
	position: relative;
    width: 100%;
	background-image: url('images/bg-red-fill.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	border: none;
	transition: border .5s ease-in-out 0s;
	overflow: hidden;
}
.red-card-bg .title{
	font-size: 3.8em;
	font-family: "Echo2 SemiBold", sans-serif;
	line-height: 1;
}
.block-with-card-wrap .top-wrap__left .red-card-bg.grey{
	height: 470px;	
	background-image: url('images/bg-grey-fill.png');	
	color: rgba(31, 31, 31, 1);
}
.block-with-card-wrap.card-wrap__wide.smaller{
	height: 300px;
}
.block-with-card-wrap.card-wrap__wide.smaller .top-wrap__left .red-card-bg {
    top: -170px;
}
.block-with-card-wrap.card-wrap__wide.smaller .top-wrap__left {
    flex: 1 0 59%;
}
.block-with-card-wrap.card-wrap__wide.smaller .top-wrap__left .line{
	display: flex;
	align-items: center;
	font-family: "Echo2", sans-serif;
	margin-bottom: 40px;
}
.block-with-card-wrap.card-wrap__wide.smaller .top-wrap__left .line:last-child{
	margin-bottom: 0px;
}
.block-with-card-wrap.card-wrap__wide.smaller .top-wrap__left .line .txt{
	text-transform: uppercase;
	font-size: 1.2em;
}
.block-with-card-wrap.card-wrap__wide.smaller .top-wrap__left .line .h-line{
	border-top: 1px solid #000;
	width: 157px;
	height: 1px;
	margin: 0 15px;
}
.block-with-card-wrap.card-wrap__wide.smaller .top-wrap__left .line .phone,
.block-with-card-wrap.card-wrap__wide.smaller .top-wrap__left .line .email{
	font-size: 36px;
	text-decoration:none;
}
.block-with-card-wrap.card-wrap__wide.smaller .top-wrap__right {
    flex: 1 0 41%;
	font-size: 1.2em;
	font-family: "Echo2", sans-serif;
	align-items: flex-end;
}
.block-with-card-wrap.card-wrap__wide.smaller .top-wrap__right .top-wrap__right__inner{
	margin-left: auto;
}
.block-with-card-wrap.card-wrap__wide.smaller .top-wrap__right .top-wrap__right__inner .text{
	line-height: 1.2;
}
.block-with-card-wrap.card-wrap__wide.smaller .top-wrap__right .top-wrap__right__inner .btn{
	margin-top: 70px;
}
.block-with-card-wrap{
	display: flex;
	height: 320px;
	position: relative;
}
.block-with-card-wrap .grey-line{
	position: absolute;
	height: 2px;
	width: 20%;
	top: 50%;
	left: 36%;
	background: rgba(226, 226, 226, 1);
	z-index: 3;
}
.block-with-card-wrap .top-wrap__left{
	flex: 1 0 50%;
	position: relative;
}
.block-with-card-wrap .top-wrap__right{
	flex: 1 0 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2em;
	font-family: "Echo2 SemiBold", sans-serif;
	line-height: 1;
}
.block-with-card-wrap .top-wrap__left .red-card-bg{
	position: absolute;
	top: -80px;
	z-index: 2;
	display: flex;
	padding-left: 40px;
	color: #fff;
}
.block-with-card-wrap .top-wrap__left .red-card-bg .text{
	font-size: 1.2em;
	margin-top: 50px;
}
.block-with-card-wrap.card-wrap__wide{
	height: 340px;
}
.block-with-card-wrap.card-wrap__wide .top-wrap__left{
	flex: 1 0 60%;
}
.block-with-card-wrap.card-wrap__wide .top-wrap__right{
	flex: 1 0 40%;
	justify-content: flex-end;
}
.block-with-card-wrap.card-wrap__wide .top-wrap__right .btn{
	font-size: 20px;
}
.block-with-card-wrap.card-wrap__wide .grey-line{
	left: 45%;
}
.block-with-card-wrap.card-wrap__wide .top-wrap__left .red-card-bg{
	height: 470px;
	top: -130px;
}

/** WIDE IMAGE BLOCK **/
.main-image-block.page-image-block{
	height: 937px;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-image-block.page-image-block .main-image-block__inner{
	justify-content: flex-start;
}
.main-image-block.page-image-block .main-image-block__inner .main-image-block__inner_row{
	margin-top: 60px;
}
.main-image-block.page-image-block .main-image-block__inner .item{
	display: flex;
	align-items: flex-start;
}
.main-image-block.page-image-block .main-image-block__inner .item .icon{
	flex: 1 0 48px;
}
.main-image-block.page-image-block .main-image-block__inner .item .description{
	font-size: 2em;
	font-family: "Echo2", sans-serif;
	line-height: 1.1;
	padding: 0 80px 0 50px;
}
/** BANNER DARK **/
.container-banner-dark{
	height: 534px;
	background-image:url('images/bg-lines.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 440px;
	display: flex;
	flex-direction: column;
}
.container-banner-dark .container-banner-dark__text{
	flex: 1 0 100%;
	color: #fff;
	font-family: "Echo2", sans-serif;
	font-size: 2.65em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1;
}
/** BANNER GRAPHITE **/
.container-banner-graphite .container{
	background-image:url('images/bg-graphite.png');
	background-repeat: no-repeat;
	background-position: top right 12px;
	background-size: auto 100%;
	height: 692px;
}
.container-banner-graphite.with-btn .container{
	height: 834px;
	background-image:url('images/bg-graphite-with-btn.png');
	background-position: 12px 100%;
}
.container-banner-graphite .container-banner-graphite__inner{
	display: flex;
	align-items: center;
	height: 100%;
	flex-wrap: wrap;
}
.container-banner-graphite.with-btn .container .container-banner-graphite__inner{
	align-items: flex-end;
}
.container-banner-graphite.with-btn .container .container-banner-graphite__inner{
	flex: 1 0 65%;
	height: 65%;
}
.container-banner-graphite.with-btn .container .actions{
	flex: 1 1 35%;
	height: 35%;
	justify-content: center;
	display: flex;
	margin-top: 60px;
}
.container-banner-graphite .container-banner-graphite__inner .item{
	flex: 1 0 calc(100%/3);
	height: 320px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
}
.container-banner-graphite .container-banner-graphite__inner .item .bottom{
	display: flex;
	flex-direction: column;
}
.container-banner-graphite .container-banner-graphite__inner .item .bottom .title{
	font-size: 1.3em;
	font-family: "Echo2 SemiBold", sans-serif;
	text-align: center;
	margin: 30px 0 10px;
}
.container-banner-graphite .container-banner-graphite__inner .item .bottom .description{
	font-size: 1.1em;
	font-family: "Echo2", sans-serif;
	line-height: 1.1;
	text-align: center;	
}

/** FIGURES **/
.circle{
	width: 168px;
	height: 168px;
	background: rgba(242, 242, 242, 1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.circle.with-text{
	color:rgba(223, 37, 21, 1);
	font-size: 5.3em;
	font-family: "Echo2 SemiBold", sans-serif;
}
.nopad-top-wrap {
   position: relative;
}
.nopad-top-wrap .red-line-horizontal {
    position: absolute;
    right: 0;
    height: 1px;
    background: rgba(223, 37, 21, 1);
}
.nopad-top-wrap .left .btn {
    width: 340px;
    height: 52px;
}
.nopad-top-wrap .right .item__image-block {
    position: absolute;
    height: 436px;
    width: 700px;
    background-repeat: no-repeat;
    background-size: cover;  
    overflow: hidden;
}

/** TABS **/
.tabs .tabs__content-wrapper .tabs__content-item{
	display: none;
}
.tabs .tabs__links{
	gap: 1rem;
	justify-content: flex-start;
	padding: 0px;
	margin-bottom: 50px;
}
.tabs .tabs__content-wrapper .tabs__content-item.tabs__content-item--active{
	display: block;
}
.tabs .tabs__link-wrap{
	height: 80px;
	flex: 1 0 calc(100%/4 - 2rem);
	width: calc(100%/4 - 2rem);
	font-size: 1.3em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tabs .tabs__link-wrap .tabs__link{
	flex: 1 0 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	text-align: center;
}
.tabs .tabs__content-wrapper .tabs__content-item{
	padding: 0px;
}
.tabs .tabs__content-wrapper .tabs__content-item section{
	margin: 0px;
}
/** TABLE **/
table.table th {
   white-space: normal;
}

/** INFORM-NOTIFICATION **/
#inform-notification{
	position: fixed;
    left: 50%;
    right: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    display: none;   
    width: calc(100vw - 60px);
    min-width: 400px;
    max-width: 800px;
    box-sizing: border-box;
	border-radius: 10px;
	background: rgba(107, 107, 107, .7);
	backdrop-filter: blur(40px);
	font-family: "Echo2", sans-serif;
	z-index:9999;
}
#inform-notification .inner{
	width: 100%;	
	display:flex;
	align-items: center;
	padding: 20px 20px;
	color: #fff;
}
#inform-notification .inner .btn-close{
	margin-left: auto;
	color: #fff;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    opacity: .9;
}
#inform-notification.shown{
	display: flex;
}
/** CAROUSEL **/
.owl-controls{
	position: relative;
}
#newsControlsSlider .owl-nav.disabled{
	display: none;
}
#newsControlsSlider .owl-nav .owl-prev,
#newsControlsSlider .owl-nav .owl-next {
	position: absolute;
	bottom: 250px;
	display: block;
	width: 20px;
	height: 60px;
	background-repeat: no-repeat;
    opacity: .5;
	z-index: 1;
	background-size: 100% 100%;
	cursor:pointer;
}
#newsControlsSlider .owl-nav .owl-prev {
	left: -30px;
	background-image: url("images/icons/icon-prev-slider-arrow.svg");
}
#newsControlsSlider .owl-nav .owl-next {
	right: -30px;
	background-image: url("images/icons/icon-next-slider-arrow.svg");
}
#newsControlsSlider .owl-dots {
	position: absolute;
	bottom: -33px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding: 0 12px;
}
#newsControlsSlider .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border: 2px solid;
    border-radius: 50%;
    border-color: #cad7db;
    cursor: pointer;
	margin-right: 5px;
	opacity: .5;
}
#newsControlsSlider .owl-dots .owl-dot.active{
	background: #fff;
}

@media (max-width: 639px) {
	.f-20{
		font-size: 1em !important;
	}
	.btn.w-450{
		min-width: 90%;
		max-width: 90%;
	}

}