.actions1 {
	background: #272424;
	color: #ffffff;
	padding-top: 85px;
	padding-bottom: 85px;
}

.actions1__wrapper {
	max-width: 1394px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.actions1__text {
	font-family: 'Roboto Condensed', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 38px;
	line-height: 50px;
	font-weight: bold;
	margin-right: 193px;
	min-width: 383px;
}

.actions1__buttons {
	min-width: 697px;
	text-align: right;
}

.actions1__action-button {
	font-family: 'Raleway', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	border: solid #ffffff 1px;
	padding: 10px 20px;
	white-space: nowrap;
	display: inline-block;
	color: #ffffff;
	width: 75%;
	text-align: center;
	transition: background-color 200ms linear;
}

.actions1__action-button:hover {
	background: #ffffff;
	color: #0066B5;
}

.actions1__action-button:hover:active {
	background: #ffffff;
	color: #045A9D;
}

.actions1__action-button_half {
	width: 47%;
}

.actions1__action-button_half + .actions1__action-button_half {
	margin-left: 25px;
}

.actions1__action-button_primary {
	color: #ffffff;
	background: #0066B5;
	border: solid #0066B5 1px;
}

.actions1__action-button_primary:hover {
	background: #0779D1;
	color: #ffffff;
}

.actions1__action-button_primary:hover:active {
	transition: none;
	background: #055DA2;
}

.actions1__action-button_disabled,
.actions1__action-button_disabled:hover,
.actions1__action-button_disabled:active {
	background-color: #707070;
	border-color: #272424;
	color: #ababab;
}

@media screen and (max-width: 1500px) {
	.actions1 {
		padding-top: 4vw;
		padding-bottom: 4vw;
	}

	.actions1__wrapper {
		max-width: 90vw;
		min-width: 290px;
	}

	.actions1__text {
		margin-right: 10vw;
	}
}

@media screen and (max-width: 1380px) {
	.actions1__buttons {
		min-width: 371px;
	}

	.actions1__text {
		margin-right: 91px;
	}
	
	.actions1__action-button {
		width: 100%;
	}

	.actions1__action-button_half + .actions1__action-button_half {
		margin-left: 0;
		margin-top: 11px;
	}
}

@media screen and (max-width: 1024px) {
	.actions1__buttons {
		min-width: 349px;
	}

	.actions1__text {
		margin-right: 128px;
	}
}

@media screen and (max-width: 960px) {
	.actions1__wrapper {
		display: block;
	}

	.actions1__text {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 22px;
		min-width: 100%;
	}

	.actions1__buttons {
		min-width: 100%;
	}
}
