.modal_div {
	border-radius: 15px;
	border: none;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	opacity: 0;
	z-index: 99;
	padding: 25px 30px;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
	transform: translate(-50%, -50%);
}

.modal_div.upload_file {
	width: 780px;
	height: 600px;
}

#lack_of_minutes.modal_div::after,
.pricing-modal::after {
	z-index: -1;
}

#modal1 .step1 p, #modal1 .step2 p{
	top: 1px;
}
#modal1 .steps div:nth-child(1){
	margin-left: 36px;
}
#modal1 .steps div:nth-child(3){
	margin-left: 94px;
}
#modal1 .arrow-step{
	top: 6px;
}
.steps{
	background: #2F3030;
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	font-family: Lato, sans-serif;
	font-weight: 600;
	width: 470px;
	height: 30px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 50px;
}.step1 img, .step2 img{
	margin-top: 0px;
	margin-left: 12px;
}
.step1 p, .step2 p{
	position: relative;
	top: 1px;
	margin-top: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: 0px;
}
#modal2 .steps div:nth-child(1), #modal2 .steps div:nth-child(2), #modal2 .steps div:nth-child(3){
	margin-left: 72px;
}
.steps div:nth-child(2), .steps div:nth-child(3){
	margin-left: 58px;
}
.arrow-step{
	position: relative;
	top: 6px;
	background: url(../images/arrow-steps.png) no-repeat;
	background-size:100%;
	height: 20px;
	width: 10px;
}
.steps *{display: inline-block;}

.modal_div:after {
	border-radius: 0px 15px 0px 0px;
	position: absolute;
	content: ' ';
	right: 0px;
	top: 0px;
	width: 390px;
	height: 355px;
}

.modal_div.upload_file:after {
	background: url(../images/bg-popup.png) no-repeat;
	background-size:100%;
	background-position: 120px -110px;
}

.filedrag {
	height: 250px;
	width: 470px;
	border: 3px dashed black;
	border-radius: 15px;
	text-align: center;
}
.filedrag p{
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 0;
}
.filedrag h1 {
	margin-top: 35px;
	font-size: 30px;
	font-family: Lato, sans-serif;
	font-weight: 600;
	margin-bottom: 0;
}

#laguage{
	width: 470px;
	height: 40px;
	border-radius: 6px;
	font-size: 18px;
	border:1px solid black;
	position: relative;
	z-index: 10;
}
.popup-padd{
	margin-bottom: 25px;
	padding-right: 350px;
}
/* Пoдлoжкa */
#overlay {
	z-index: 98;
	position: fixed;
	background-color: #fff;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}

#modal2 form{margin-top: 50px;}

.upload_file .buttons {
	position: absolute;
	left: 0;
	bottom: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.upload_file .buttons input,
.upload_file .buttons button,
.upload_file .buttons a {
	padding: 10px 35px;
	padding-bottom: 11px;
	font-size: 17px;
	font-family: LatoBold;
	border-radius: 30px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.upload_file .buttons .new_upload {
	font-family: Lato, sans-serif;
	color: white !important;
	background: #2E7EA7;
	border: 1px solid #2E7EA7;
	transition: .1s;
}

.upload_file .buttons .new_upload[disabled] {
	 background: #cacaca;
}

.upload_file .buttons #driveUpload {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
	color: #fff !important;
	font-family: LatoRegular;
	background: #00988A;
	border: 1px solid #00988A;
	text-transform: none;
	outline: none;
}

.upload_file .buttons #driveUpload i {
	font-size: 1.5rem;
	margin-right: 10px;
	line-height: 1.1;
}

.upload_file .buttons .prev-step,
.upload_file .buttons .close-modal {
	margin-right: 15px;
	font-family: Lato, sans-serif;
	font-weight: 300;
	background:none;
	color:rgba(0,0,0,.4) !important;
	border: 1px solid rgba(0,0,0,.2);
}

.upload_file .buttons .close-modal {
	display: none;
}

.upload_file input[name="speaker"] {
	width: 400px;
}

.errors-wrapper {
	display: flex;
	height: 400px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	min-width: 600px;
}

.errors-wrapper > div {
	width: 100%;
	margin-top: 50px;
}
.errors-wrapper #errors-heading {
	font-size: 38px;
	color: #4d80ab;
	font-weight: 700;
	margin-bottom: 12px;
}

.errors-wrapper .error-list {
	font-size: 16px;
	font-weight: 400;
	max-width: 62%;
}

#errors.modal_div {
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 39% auto;
}

#errors.modal_div.oops {
	background-image: url(/template/images/error-modal-bg.png);
}

#errors.modal_div.welcome {
	background-image: url(/template/images/warning-modal-bg.png);
}

@media screen and (max-width: 767px) {

	.modal_div {
		width: 90%;
		max-height: 90%;
		overflow-y: scroll;
	}
	.modal_div .errors-wrapper {
		min-width: unset;
	}

	.modal_div #errors-heading {
		font-size: 18px !important;
	}

	.modal_div .errors-wrapper .error-list {
		max-width: unset;
	}

	.modal_div .block-prc {
		height: 380px;
	}

	.modal_div .block-prc h4 {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.modal_div .price-prc h3 {
		font-size: 34px;
	}

	.modal_div .block-prc .textUnderPrice {
		font-size: 14px;
		bottom: 22px;
	}

	.modal_div .steps {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		width: 100%;
		height: auto;
		padding: 5px;
		font-size: 15px;
		font-family: LatoLight;
	}

	.modal_div .steps .arrow-step {
		top: auto !important;
	}

	.modal_div .steps * {
		margin: 0 !important;
	}

	.modal_div .popup-padd {
		width: 90%;
		padding-right: 0;
	}

	.upload_file input[name="speaker"] {
		width: 100%;
	}

	.upload_file .buttons input,
	.upload_file .buttons a {
		padding: 7px 20px;
		font-size: 15px;
	}

	.upload_file .buttons .close-modal {
		display: block;
	}
}

@media screen and (max-width: 575px) {
	.modal_div {
		padding: 10px;
	}
	.modal_div .block-prc {
		width: 100%;
	}
}

.pricing-bottom-buttons {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.pricing-bottom-buttons span {
	margin: 0 10px;
}

.pricing-bottom-buttons a#audio_file_cut {
	border-color: #cacaca !important;
}

.dashboard_single-row .upload {
	position: static;
	display: inline-block;
}