
/* BOOK MARKET */

.book-market-product{
	max-width: 390px;
}

.book-market-product .popup-order__product-description{
	text-align: center;
}

.book-market-product .btn-donate{
	font-size: 16px;
	margin: auto;
	max-width: 200px !important;
	padding: 10px 50px;
}

/* BOOK MARKET END */

body.lock{
	overflow: hidden;
}

.btn-donate{
	display: block;
	letter-spacing: 1px;
	max-width: 390px !important;
	text-align: center;
	font-family: Arial Black,Arial Bold,Gadget,sans-serif;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	background: #677fa5;
	padding: 20px 50px;
	margin: 50px 0 0 0;
}

.btn-donate:active, 
.btn-donate:focus, 
.btn-donate:hover{
	text-decoration: none;
	color: white !important;
	opacity: 1 !important;
	background: #617799 !important;
}

.popup-donate {
    position: relative;
    text-align: center;
    z-index: 1002;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.popup-donate input:focus,
.popup-donate input:active,
.popup-donate .form-elem textarea:focus,
.popup-donate .form-elem textarea:active{
	text-decoration: none !important;
	outline: none;
}

.popup-donate.popup-endowment input[type="text"]{
	max-width: 180px;
	margin: 40px 0 5px 0;
}

.popup-donate.popup-order .popup-donate__wrapper{
	padding: 0px 50px 25px 50px;
}

.popup-donate.popup-order .form-elem input:not([type="submit"]),
.popup-donate.popup-order .form-elem textarea{
	max-width: 410px;
	margin-bottom: 20px;
}

.popup-donate.popup-order .popup-donate__text{
	font-size: 16px;
}

.popup-donate.popup-order .agree-personal {
	margin-top: 0px;
}

.popup-donate .form-elem input:not([type="submit"]),
.popup-donate .form-elem textarea {
    height: 50px;
    padding: 4px 0px 4px 13px;
    font-size: 16px;
	font-family: Arial Regular,sans-serif;
    color: rgba(255, 255, 255, 0.5);
    width: 100%;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #ededed;
	border: 1px solid #616161;
	color: #616161;
}

.popup-donate .form-elem textarea{
	resize: none;
	height: 100px;
	padding-top: 15px;
}

.popup-donate input::-webkit-input-placeholder,
.popup-donate input::-moz-placeholder,
.popup-donate input:-ms-input-placeholder,
.popup-donate input::-ms-input-placeholder,
.popup-donate input::placeholder{
    font-family: Arial Regular,sans-serif;
    color: #616161;
}

.popup-donate textarea::-webkit-input-placeholder,
.popup-donate textarea::-moz-placeholder,
.popup-donate textarea:-ms-input-placeholder,
.popup-donate textarea::-ms-input-placeholder,
.popup-donate textarea::placeholder{
    font-family: Arial Regular,sans-serif;
    color: #616161;
}

.popup-donate input:focus::placeholder {
  color: transparent;
}

.popup-donate textarea:focus::placeholder {
  color: transparent;
}

.popup-donate input[type="submit"] {
    padding: 20px 50px 20px 50px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-size: 14px;
    line-height: 11px;
	font-family: Arial Black,Arial Bold,Gadget,sans-serif;
    color: #fff;
    border: none;
    background: #677ea5;
    margin: 15px 0 15px 0;
}

.popup-donate input[type="submit"]:active,
.popup-donate input[type="submit"]:focus,
.popup-donate input[type="submit"]:hover{
	text-decoration: none;
	border: none;
	outline: none;
	color: #fff;
	background: #617799;
}

.popup-donate .agree-personal {
	color: #616161;
	font-size: 12px;
	text-align: left;
	padding-left: 40px;
    font-family: Arial Regular,sans-serif;	
	margin-top: 25px;
}

.popup-donate .agree-personal a{
	color: #677ea5;
	border-bottom: 1px solid #677ea5;
}

.popup-donate .agree-personal a:hover,
.popup-donate .agree-personal a:focus{
	text-decoration: none;
}

.popup-donate__options{
	cursor: pointer;
	margin-bottom: 10px;
}

.popup-donate__options label{
	cursor: pointer;
}

.popup-donate__mini-desc{
	color: #616161;
	padding-left: 30px;
}
.popup-donate .agree-personal label{
	font-size: 16px;
}




.popup-donate .delivery {
    color: #616161;
    font-size: 12px;
    text-align: left;
    padding-left: 40px;
    font-family: Arial Regular,sans-serif;
    /* margin-top: 25px; */
    margin-left: 40px;
    margin-bottom: 10px;
}

.popup-donate .delivery a{
	color: #677ea5;
	border-bottom: 1px solid #677ea5;
}

.popup-donate .delivery a:hover,
.popup-donate .delivery a:focus{
	text-decoration: none;
}

.popup-donate .delivery label{
	font-size: 16px;
}

.popup-donate .delivery {
		padding-left: 0px;
	}
	
.popup-donate .delivery label{
		width: 90%;
		font-size: 14px;
	}












.popup-donate.open {
    opacity: 1;
    visibility: visible;
}
.popup-donate.open .popup-donate__content {
    -webkit-transform: perspective(600px) translate(0, 0) rotateX(0);
    transform: perspective(600px) translate(0, 0) rotateX(0);
    opacity: 1;
}
.popup-donate__body {
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 10px;
}
.popup-donate__title {
    font-family: Arial Black,Arial Bold,Gadget,sans-serif;
	text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 50px 0;
}
.popup-donate__close {
	font-size: 70px;
    right: -50px;
    top: -85px;
    color: white;
    position: absolute;
    font-weight: 100;
}
.popup-donate__close:hover,.popup-donate__close:focus {
	text-decoration: none;
    color: white;
    opacity: 0.7;
}
.popup-donate__content {
    background: white;
	border: 1px solid #8e8e8e;
    color: black;
    max-width: 600px;
    padding: 4px;
    position: relative;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.popup-donate__wrapper {
	border: 1px solid #8e8e8e;
	padding: 50px;
}
.popup-donate__text{
	line-height: 23px;
	color: #616161;
}
.popup-donate .popup-donate__min{
	font-size: 10px;
}

.popup-order__product{
	text-align: center;
}

.popup-order__product-image{
	max-width: 300px;
	margin: auto;
}

.popup-order__product-image img{
	width: 100%;
}

.popup-order__product-description{
	font-size: 16px;
	margin: 0px 0 15px 0px;
	font-family: Arial Regular,sans-serif;

}

.popup-order__product-author{
	font-weight: bold;
}

.popup-donate__form-title{
	color: #151515;
	font-family: Arial Black,Arial Bold,Gadget,sans-serif;
	text-transform: uppercase;
	margin: 15px 0px 15px;
}

@media only screen and (max-height: 768px) {
	.popup-donate__close {
		font-size: 70px;
		right: -50px;
		top: -35px;
	}
}

@media only screen and (max-width: 481px) {
	.popup-donate__wrapper{
		padding: 20px;
	}
	
	.popup-donate__text{
		font-size: 16px;
	}
	
	.popup-donate .agree-personal {
		padding-left: 0px;
	}
	
	.popup-donate .agree-personal label{
		width: 90%;
		font-size: 14px;
	}
	
	.popup-donate__title{
		margin: 0 0 25px 0;
	}
	
	.popup-donate__close {
		font-size: 35px;
		right: 10px;
		top: -10px;
		color: black;
	}
}

.checkbox-monthly-subscription{
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 0;
}

.checkbox-monthly-subscription label{
	margin-bottom: 0px;
}
