/*ekab*/
.cabel_ekab{
   margin: -0 -220px 0 -220px;
   font-size: 16px;
}
.cabel_ekab h1{
   font-size: 22px;
}
.cabel_ekab h2{
   font-size: 22px;
}
.cabel_ekab h3{
   font-size: 20px;
}
.ekab_kons{
	background: #2555a6;
    padding: 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
/*    justify-content: space-between;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	border-radius: 10px;
}
.ekab_kons h1{
	color: white;
	font-size: 26px;
	font-family: AkrobatRegular, sans-serif !important;
}
.ekab_kons p{
	color: white;
	font-size: 16px;
	font-family: AkrobatRegular, sans-serif !important;
}
.ekab_kons a{
	color: white;
	font-size: 16px;
	font-family: AkrobatRegular, sans-serif !important;
	text-decoration: none;
}
.ekab_kons_left{
	width: 60%;
}
.ekab_kons_right{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ekab_kons_button a{
	color: white;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	display: flex;
	justify-content: center;
    align-items: center;

}
.ekab_kons_button a:hover{
	color: white;
}
.ekab_kons_button{
    border-radius: 2px;
    background: #FC2007;
    padding: 25px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background-size: 200% auto;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 290px;
	height: 70px;
	margin-left: 40px;
	transition: background-color 0.3s ease;
	position: relative;
	text-align: center;
	border-radius: 10px;
}
.ekab_kons_button:hover {
	background-color: #fc3821;
}
.container_ekab {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.inner-ekab {
    position: relative;
    width: 32%;
    padding: 20px;
    background-color: #f8f9fa;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
	border-radius: 10px;
}

.inner-ekab p {
    text-align: left; 
    margin: 0 0 10px;
}

.inner-ekab ul {
    padding-left: 20px;
    margin: 10px 0;
    list-style-type: disc;
}

@media (max-width: 768px) {
    .inner-ekab {
        width: 100%;
        margin: 10px 0;
        display: block; 
    }
}

  .container_ekab1 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.inner-ekab1 {
    position: relative;
    width: 49%;
    padding: 20px;
    background-color: #f8f9fa;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
	border-radius: 10px;
}
.inner-ekab1 img{
	border-radius: 10px;
}

.inner-ekab1 p {
    text-align: left; 
    margin: 0 0 10px;
}

@media (max-width: 768px) {
    .inner-ekab1 {
        width: 100%;
        margin: 10px 0;
        display: block; 
    }
}

  .container_ekab2 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.inner-ekab2 {
    position: relative;
    width: 49%;
    padding: 20px;
    background-color: #f8f9fa;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
	border-radius: 10px;
}

.inner-ekab2 p {
    text-align: left; 
    margin: 0 0 10px;
}

@media (max-width: 768px) {
    .inner-ekab2 {
        width: 100%;
        margin: 10px 0;
        display: block; 
    }
}
   .container_ekab3 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.inner-ekab3 {
    position: relative;
    padding: 20px;
    background-color: #f8f9fa;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
	border-radius: 10px;
}

.inner-ekab3 p {
    text-align: left; 
    margin: 0 0 10px;
}

@media (max-width: 768px) {
    .inner-ekab3 {
        width: 100%;
        margin: 10px 0;
        display: block; 
    }
}
.cabel_ekab .ekab_serf{
	background-color: #f8f9fa;
	padding: 20px;
	border-radius: 10px;
	margin-bottom:20px;
}
.cabel_ekab .ekab_serf img{
    border: 2px solid silver;
}
.cabel_ekab .ekab_serf img:hover {
	border-color: gray;
}

.container_ekab5{
	display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.cab_ekab_left{
    display: flex;
    justify-content: center; /* горизонтальное выравнивание */
    align-items: center;     /* вертикальное выравнивание */
    width: 40%;
    padding: 10px;
    box-sizing: border-box;
}
.cab_ekab_left img{
	max-width: 100%;
    height: auto;
	object-fit: cover;
}
.cab_ekab_right{
	width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
}
.cab_ekab_text{
	background-color: #f8f9fa;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
	border-radius: 10px;
}
.cab_ekab_button_link{
    padding: 10px 20px;
    background-color: #2555a6;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}
.cab_ekab_button_link:hover {
    background-color: #457EDF;
	color:white;
}
