form .form-control,
form .form-select {
    border-radius: 3px;
    border: 1px solid #727272;
    color: #000;
    width: 100%;
    outline: 0;
    font-size: 16px;
    background-color: #FFF;
    text-transform: uppercase;
    box-shadow: none;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
	font-family: "Stolzl";
}
form .inputblock {
	margin-bottom: 10px;
}
form label.error {
	display: none !important;
}
form .form-control.error,
form .form-select.error {
	border-color: #CC0000;
}
form .form-control::-webkit-input-placeholder,
form .form-select::-webkit-input-placeholder {
    color: #727272
}

form .form-control::-moz-placeholder,
form .form-select::-moz-placeholder {
    color: #727272
}

form .form-control:-moz-placeholder,
form .form-select:-moz-placeholder {
    color: #727272
}

form .form-control:-ms-input-placeholder,
form .form-select:-ms-input-placeholder {
    color: #727272
}

form .form-control:focus,
form .form-select:focus {
    border-color: #295941;
    color: #000
}

form textarea.form-control {
    padding: 10px 15px
}

form .intl-tel-input {
    width: 100%
}

form .intl-tel-input .selected-flag {
    background: none !important
}

form .intl-tel-input .country-list {
    z-index: 100;
    background-color: #333
}
form .cl-btn {
	font-family: "Stolzl";
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
	background: #295941;
	border-radius: 3px;
	padding: 5px 15px;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
}
form .form-check {
	margin-top: 10px;
	font-size: 15px;
}

.cl-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,.5);
	z-index: 999;
	display: none;
}
.cl-modal.active {
	display: flex;
}
.cl-modal .modal-dialog {
	background: #FFF;
	text-align: center;
	padding: 40px 30px;
	max-width: 580px;
	color: #000;
	position: relative;
}
.btn-close {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 9;
	background: transparent;
	border: none;
	padding: 0;
	color: #000;
	font-size: 30px;
}
.cl-modal .title {
	font-family: "Druk Cyr";
	font-weight: 400;
	font-size: 40px;
	margin: 0 0 25px;
}