.sr__content {
	margin: 0 auto;
	display: block;
	width: 100%;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 34.05px;
	color: #5a5d62;
}
.sr__content a {
	font-size: inherit;
    font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
}
.sr__form-group {
	display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
.sr__form-group + .sr__form-group {
	margin-top: 20px;
}
.sr__form label {
    margin: 0;
    padding: 0 10px 0 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    width: 200px;
}
.sr__form select,
.sr__form input[type="text"] {
	margin: 0;
	padding: 0 5px;
    border: 1px solid #ced4da;
	height: 40px;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
}
.sr__form input[type="text"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: calc(100% - 40px);
}
.sr__form-input {
    display: flex;
    align-items: center;
    width: calc(100% - 200px);
    height: 40px;
}
.sr__form-group-span {
    border: 1px solid #ced4da;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 0;
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    background-color: #e9ecef;
}
.sr__form-select {
	width: calc(100% - 200px);
    height: 40px;
}
.sr__form-select select {
    border-radius: 4px;
    width: 100%;
}
.sr__form-button {
	padding: 0 0 0 206px;
	width: calc(100% - 200px);
    height: 40px;
}
.sr__form-button input[type="submit"] {
	border: 0;
    border-radius: 4px;
    width: 100%;
    max-width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
	text-align: center;
	color: #ffffff;
    background-color: #c7395a;
}
.table-responsive {
	margin-top: 40px;
	overflow-x: auto;
}
.table-responsive table {
	width: 100%;
	min-width: 700px;
}
.table-responsive table + table {
	margin-top: 20px;
}
.sr__calculs th {
	text-align: left;
}
.sr__calculs td {
	height: 20px;
	line-height: 20px;
}
.sr__title-result td {
	padding: 5px;
}
.sr__result th {
	padding: 5px;
	border: 1px solid #eeeeee;
	border-bottom: 0;
	background-color: #fafafa;
}
.sr__result th + th {
	border-left: 0;
}
.sr__result td {
	border: 1px solid #eeeeee;
	text-align: center;
}
.sr__result td + td {
	border-left: 0;
}
@media (max-width: 575px) {
    .sr__form-group {
        flex-flow: column;
        align-items: flex-start;
	}
    .sr__form label {
        padding: 0 0 5px;
		width: 100%;
		line-height: 20px;
    }
    .sr__form select, 
    .sr__form input[type="text"],
	.sr__form-input,
	.sr__form-select {
		width: 100%;
		height: 40px;
	}
	.sr__form-button {
		padding: 0;
		width: 100%;
	}
	.sr__form-button input[type="submit"] {
        max-width: 100%;
    }
	.table-responsive table {
		width: 600px;
	}
}