/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/


/*
Задача - https://mediamint.bitrix24.ru/company/personal/user/222/tasks/task/view/43152/
Автор - Саша Харькова, Mediamint
Добавила тизеры в раздел О Компании
*/


.company-tizers  {
    margin-bottom: 40px;
}

.company-tizers .maxwidth-theme {
    padding-left: 0;
    padding-right: 0;
}

/**
У кнопки "Оплатить" в личном кабинете на детальной странице заказа делаем белый текст и отступ
@author Leonid Bychkov, MediaMint
@link https://mediamint.bitrix24.ru/company/personal/user/74/tasks/task/view/46956/ Задача в Битрикс24
 */
#paysystem-button-pay {
    margin-bottom: 20px;
}

#paysystem-button-pay,
#paysystem-button-pay:hover
{
    color: #fff;
}