.menu_center>ul{justify-content: space-around;    align-content: space-between;    flex-grow: 10; margin-right: 10px;}
div.header-bottom {
    /* border: 1px solid #f35249; */
    border: 0;
    background-color: #f35249;
	color:white;
}
div.header-bottom .header-menu__link{color:white;}
div.header-bottom .header-menu__link.active, div.header-bottom .header-menu__link:hover{color:#f35249;}
div.header-bottom .header-menu__item>.header-menu__link>i{color:white;}
div.header-bottom .i-arrow--down::before,div.header-bottom .i-arrow--down::after {background:white;}
div.header-bottom .header-submenu{color:black;}

.buyService {max-width: 400px;padding:20px;margin: 10px auto 40px auto;font-weight: 700;font-size: 14px; border: 1px solid #f35249;}
.buyServiceForm label {margin: 0 20px 0 0;padding-left: 5px; background-color: #f35249; color:#fff;
    display: inline-block; vertical-align: top; width: 150px; height: 30px; line-height: 30px;}
.buyServiceForm input {height: 30px; width: calc(100% - 182px); display: inline-block; vertical-align: top;}
.buyServiceForm .emailBlock, .buyServiceForm .phoneBlock {margin:10px 0 10px 0;}
.buyServiceForm .submitBuy {background-color: #f35249; color:#fff;height:30px; width: 200px; text-align: center; line-height: 30px;
    margin: 10px auto; cursor: pointer;}
.buyServiceForm .totalSum {height: 40px; line-height: 40px;}
.buyServiceForm .priceTotal {color: #f35249;font-size: 18px;padding-left: 10px;}
