@charset "utf-8";

.phones li
{
list-style-type: none;
color: #FFFFFF;
height: 0px;}

.cta-btn
{width: 100%;
display: block;
	text-align: center;}

.media-custom img {
    width: 100% !important;
    height: 300px !important; 
    object-fit: cover !important; 
}

.mywrapper 
{width:80%;
margin: 50px auto;
color: black;}

.contacts a 
{color:#A6ACB2;}

.aboutinfo h1
{font-size: 27px;}

.aboutinfo h2
{font-size: 22px;}

@media (min-width: 768px) {
    .aboutinfo .row {
        display: flex; /* Гарантируем одинаковую высоту колонок */
        align-items: flex-start;
    }

    .sticky-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 20px; /* Отступ от верха экрана при фиксации */
        z-index: 10;
    }
}

.footer-link 
{margin-left: -35px;}

.footer-link ul li 
{list-style-type: none;}


@media screen and (max-width: 800px) {
	
	
.phones li
{
margin-left: -20px;
padding: 0px;
list-style-type: none;
color: #FFFFFF;
height:auto;}
	
.cta-btn
{width: 101.5% !important;
	display: block;
	text-align: center;
	margin-left: -15px !important;}
	
}

