margin-bottom: 20px;.company__about {
  max-width: 340px;
}

.company__descr {
	width: 100%;
	margin-right: 25px;
}
.comp_docs {
	display: none;
}
.comp_docs .company__text {
	padding: 30px 40px;
	background: #F5F5F5;
	max-width: 500px;
}
.comp_docs .company__text a {
	font-family: 'Gilroy';
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #00A7B5;
}
.comp_docs .company__text a img {
	margin-right: 12px;
}
.conf_title {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 40px;
	color: #00A7B5;
	margin-bottom: 30px;
	margin-top: 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #E0E9EA;
    padding-bottom: 12px;
	padding-right: 25px;
	cursor: pointer;
	position: relative;
}
.conf_title::after {
	content: '';
	position: absolute;
	top: 12px;
	right: 0px;
	width: 17px;
	height: 10px;
	background: url("/assets/img/arrow.svg") no-repeat center center / contain;
}
.conf_text {
	display: none;
}
.docs_visible {
	display: block;
}
.conf_title.open::after {
	transform: rotate(180deg);
}
.conf_text p {
	margin-top: 15px;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}
.conf_text .conf_link {
	text-decoration: underline;
	color: #00A7B5;
}
.conf_items {
	margin-top: 15px;
}
.conf_items li {
	list-style: disc;
	padding-left: 2px;
    margin-left: 20px;
	margin-top: 15px;
	font-family: 'Gilroy';
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}
.doc_title {
	font-family: Gilroy;
	font-size: 24px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0em;
	color: #00A7B5;
	margin-bottom: 20px;
}
.doc_item {
	margin-top: 15px;
}
.my-2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.cooki{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
    font-family: 'Montserrat';
}
.cooki__wrap{
    width: 945px;
    margin: 0 auto;
    max-width: 100%;
    padding: 31px 46px 35px;
}

.cooki__wrap p{
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #818181;
    margin-bottom: 15px;
    margin-top: 0;
}

.cooki__wrap a{
    font-weight: bold;
    font-size: 14px;
    line-height: 23px;
    text-decoration-line: underline;
    color: #00A7B5;
}
.cooki__wrap a:hover{
    opacity: 0.9;
}

.cooki__wrap2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cooki__wrap2 a{
    margin-right: 15px;
}
.cooki__wrap .cooki__close{
    padding: 11px 39px;
    line-height: 24px;
    color: #fff;
    background-color: #00A7B5;
    border: 1px solid #00A7B5;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    text-decoration: none;
}
.cooki__wrap .cooki__close:hover{
    color: #00A7B5;
    background-color: #fff;
}
.footer_logo {
	/*background: #000;*/
}
@media(max-width: 768px){
	.comp_docs .company__text {
		max-width: 100%;
	}
}
@media(max-width: 767px){
    .cooki__wrap{
        padding: 15px;
    }
    .cooki__wrap p{
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .cooki__wrap a{
        font-size: 12px;
        line-height: 1.4;
    }
    .cooki__wrap .cooki__close{
        padding: 8px 30px;
    }
	.conf_title {
		font-size: 18px;
	}
	.conf_text p {
		font-size: 14px;
	}
	.conf_items li {
		font-size: 14px;
	}
	.comp_docs .company__text {
		padding: 20px 25px;
	}
}
@media(max-width: 400px){
	.conf_title {
		font-size: 16px;
	}
	.conf_text p {
		font-size: 12px;
	}
	.conf_items li {
		font-size: 12px;
	}
	.company__text a {
		font-size: 14px;
	}
}



	.dealers .section-title {text-align: left;}


.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
/*
    margin-right: -15px;
    margin-left: -15px;
*/
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}


@media (max-width: 576px){
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }    
}

.dealer-name {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #000000;    
text-align:center;
}

.single-dealer {    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 34px 28px 24px 45px; 
    align-items: center;
}

.single-dealer .logo-wrapper{
    display:flex;
    height:200px;
    width:200px;
    justify-content: center;
    align-items: center;
}

.logo-wrapper.logo_enot img{
    min-width:500px; /* костыль */
}

.logo-wrapper img {
    flex-shrink:1;
    max-width:100%;
}

.single-dealer .logo_bereg img {
    height: 125px /* костыль */;
}