@import url('https://fonts.googleapis.com/css?family=Nunito:700');
@font-face {
	font-family: "MyriadProBold";
	src: url("https://quick-dating.online/fonts/MyriadProBold/MyriadProBold.eot");
	src: url("https://quick-dating.online/fonts/MyriadProBold/MyriadProBold.eot?")format("embedded-opentype"),
	url("fonts/MyriadProBold/MyriadProBold.woff") format("woff"),
	url("https://quick-dating.online/fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "MyriadProRegular";
	src: url("https://quick-dating.online/fonts/MyriadProRegular/MyriadProRegular.eot");
	src: url("https://quick-dating.online/fonts/MyriadProRegular/MyriadProRegular.eot?")format("embedded-opentype"),
	url("https://quick-dating.online/fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
	url("https://quick-dating.online/fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

* {
	outline: none !important;
}
body {
	min-height: 100vh;
}
.site-wprapper {
    min-height: 100vh;
    height: 100%;
	background: url('images/bg.jpg') no-repeat left center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
@media (max-width: 700px) {
  .site-wprapper {
	background: url('images/bg_mob.jpg') no-repeat left top;
    background-size: cover;
  }
}
a.logo {
	max-width: 100%;
	display: inline-block;
	margin-top: 5vh;
}
@media (max-width: 700px) {
	a.logo {
		margin-top: 0px;
	}
}
a.logo img {
	max-width: 100%;
}
.column {
	margin-right: 8vw;
	max-width: 24vw;
	min-height: 100vh;
    height: 100%;
    position: relative;
    min-width: 330px;
    padding-bottom: 30px;
}
.column .d-flex {
	height: calc(100vh - 150px);
    min-height: 500px;
}

@media (max-width: 700px) {
	.column {
		margin-right: 0px;
		min-width: none;
		max-width: 100%;
		float: none !important;
	}
	.column .d-flex {
		padding-top: 70px;
	}
}
.popupReg-wrapper {
    width: 378px;
    max-width: 85%;
    background: white;
    border-radius: 4px;
    float: right;
}
.popupTitle {
    color: #21B7A2;
    font-family: 'Nunito', sans-serif;
    font-size: 1.3rem;
    padding-top: 40px;
    padding-left: 20px;
}
.description {
	padding: 0px 20px;
	font-size: 0.8rem;
	line-height: 1.1rem;
    display: block;
    padding-bottom: 20px;
}
@media (max-width: 700px) {
	.popupTitle {
		padding-top: 20px;
		text-align: center;
	}
	.popupReg-wrapper {
		min-width: 100%;
	}
	.description {
		text-align: center;
		padding-bottom: 5px;
	}
}
.popupBody {
	padding: 0px 20px;
}

.error input[type="text"] {
	background: rgba(255, 0, 0, 0.18);
}
input[type="text"] {
	width: 100%;
	border-radius: 2px;
	background: rgba(0,0,0,.05);
	border: none;
	height: 45px;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

button.btn.btn-primary {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #FF9331;
    border: none;
    box-shadow: none !important;
    font-family: "MyriadProBold";
    cursor: pointer;
    height: 45px;
}
button.btn.btn-primary:hover {
	background: #e1812b;
}
.agree-line {
    font-size: 0.9rem;
    padding-bottom: 45px;
    color: rgba(0,0,0,.5);
}
@media (max-width: 700px) {
	.agree-line {
		padding-bottom: 20px;
	}
}
input[type="checkbox"] {
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.agree-line a {
    color: rgba(0,0,0,.7) !important;
    cursor: pointer;
}
.agree-line a:hover {
	text-decoration: underline !important;
}


.wrapper-popup-shawl {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1002;
	background: rgba(0,0,0,.7);
	display: none;
}
.popupWrapper {
	background: white;
	border-radius: 4px;
	padding: 20px;
	padding-right: 0px;
	width: 970px;
	height: 60vh;
	top: -50%;
	bottom: -50%;
	left: -50%;
	right: -50%;
	margin: auto;
	position: absolute;
	overflow: hidden;
	display: none;
	z-index: 1005;
}
@media (max-width: 1000px) {
	.popupWrapper {
		max-width: 90%;
		font-size: 12px;
	}
}
.popup-header {
	padding-top: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #0a0a0a;
	padding-bottom: 7px;
	position: relative;
}

.close {
	cursor: pointer;
	position: absolute;
	top: -10px;
	right: 10px;

}
.close::after {
	content: url(images/close.png);
	display: block;
}

.popup-content {
	overflow: auto;
	color: #0a0a0a;
	height: calc(100% - 40px);
	line-height: 26px;
	padding-right: 15px;
	outline: none;
}
			
.wrapper {
	padding-right: 35px;
	
}
.wrapper .strong {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    text-align: center;
    height: 40px;
    padding-top: 8px;
    font-size: 13px;
}
footer a,
footer a:hover {
	color: rgba(255,255,255,.72);
}
@media (max-width: 1400px) {
  footer {
    height: 35px;
    font-size: 12px;
  }
}
@media (min-height:701px){
	.site-wprapper {
		height: 100vh;		
	}
}
@media (min-width: 1400px){
	.column {
		margin-right: 0px;
	}
	.container {
		min-width: 1320px;
	}
}
@media (min-height:801px) and (min-width: 1400px){
	.column {
		margin-right: 0px;
	}	
}
@media (max-width: 500px){
	.column {
		min-width: 290px;
	}
}
