a,
button,
input {
	border-radius: 0;
}
button:focus {
	outline: 0;
}
.onclick {
	cursor: pointer;
}
.btn-social {
	height: 60px;
	border-radius: 60px;
	font-family: Rubik-Medium;
	font-size: 19px;
	color: #fff;
	box-sizing: border-box;
	transition: all 0.2s;
	box-shadow: none;
}
@media (max-width: 1399px) and (min-width: 1200px) {
	.btn-social {
		height: 4.2857142857vw;
		border-radius: 4.2857142857vw;
		font-size: 1.3571428571vw;
	}
}
@media (max-width: 767px) {
	.btn-social {
		height: 50px;
		border-radius: 50px;
		font-size: 17px;
	}
}
.btn-social:focus {
	outline: 0;
}
.form {
	box-sizing: border-box;
}
.form p {
	font-size: 17px;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 24px;
}
@media (max-width: 767px) {
	.form p {
		font-size: 15px;
	}
}
.form .form-group {
	position: relative;
	margin: 0;
}
.form .form-group .form-validation {
	display: block;
	position: absolute;
	left: 25px;
	font-family: Rubik-Light;
	color: #ed1c24;
	font-size: 14px;
	top: -20px;
}
.form input[type="email"],
.form input[type="password"],
.form input[type="text"] {
	width: 100%;
	height: 58px;
	padding: 0 24px;
	margin-bottom: 23px;
	background: 0 0;
	box-sizing: border-box;
	border: 1px solid #c4c4c4;
	border-radius: 2px;
	font-family: Rubik-Light;
	font-size: 18px;
	transition: all 0.2s;
}
@media (max-width: 767px) {
	.form input[type="email"],
	.form input[type="password"],
	.form input[type="text"] {
		width: 100%;
		padding: 0 15px;
		height: 48px;
		font-size: 16px;
	}
	.form textarea {
		padding: 15px;
	}
}
.form input[type="email"]:-ms-input-placeholder,
.form input[type="password"]:-ms-input-placeholder,
.form input[type="text"]:-ms-input-placeholder {
	color: #000;
}
.form input[type="email"]::placeholder,
.form input[type="password"]::placeholder,
.form input[type="text"]::placeholder {
	color: #000;
}
.form input[type="email"]:focus,
.form input[type="password"]:focus,
.form input[type="text"]:focus {
	outline: 0;
	border-color: #1f90bb;
}
.form .send_btn {
	cursor: pointer;
	width: 257px;
	display: block;
	margin: 0 auto;
	background: #1f90bb;
	border: 2px solid #1f90bb;
}
@media (max-width: 767px) {
	.form .send_btn {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto 35px;
	}
}
.form .send_btn:hover {
	background: #fff;
	color: #1f90bb;
}
.social_block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.social_block .soc_ico {
	width: 64px;
	height: 64px;
	margin-right: 8px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
	border: 2px solid #e5e5e5;
	border-radius: 50%;
	transition: none;
	transition: background-color 0.2s linear;
}
@media (max-width: 1399px) and (min-width: 1200px) {
	.social_block .soc_ico {
		width: 4.5714285714vw;
		height: 4.5714285714vw;
		margin-right: 0.5714285714vw;
	}
}
@media (max-width: 767px) {
	.social_block .soc_ico {
		width: 55px;
		height: 55px;
		margin: 0 3px;
	}
}
#column-login .soc_ico,
#column-login-popup .soc_ico {
	width: 55px;
	height: 55px;
}
.social_block .soc_ico svg {
	transition: all 0.2s;
}
.social_block .soc_ico:hover.facebook {
	background-color: #1877f2;
}
.social_block .soc_ico:hover.google {
	background-color: #ea4335;
}
.social_block .soc_ico:hover.twitter {
	background-color: #1da1f2;
}
.social_block .soc_ico:hover.telegram {
	background-color: #0088cc;
}
.social_block .soc_ico:hover.apple {
	background-color: #000000;
}
.social_block .soc_ico svg {
	width: 30px;
	height: 30px;
}
.social_block .soc_ico:hover {
	border-color: transparent;
}
.social_block .soc_ico:hover svg {
	fill: #fff;
}
.social_block .social-icon {
  display: inline-block;
  min-width: 150px;
  margin: 4px 5px 0 0;
}
.social_block .social-icon:first-child {
  padding-left: 0;
}
.social_block .social-icon:last-child {
  padding-right: 0;
}
.social_block .social-icon .social-container-box {
  border: 1px solid #bfc0c6;
  background-color: #fff;
  border-radius: 5px;
  text-align: left;
  padding: 14px 14px 0 0;
  height: 50px;
  cursor: pointer;
  max-width: 150px;
  margin: 0 auto;
}
.social_block .social-icon .social-container-box:hover {
  box-shadow: 0 0px 5px #eaeaec;
}
.social_block .login-facebook-logo,
.social_block .login-google-logo,
.social_block .login-twitter-logo,
.social_block .login-telegram-logo,
.social_block .login-apple-logo {
  position: absolute;
  left: 9px;
  top: -6px;
}
.popup-social .social_block .social-container {
  min-width: 133px;
}
.login-button {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 186px;
  padding-left: 50px;
  position: relative;
  font-weight: 500;
  text-align: center;
}
a.login-button,
a.login-button:hover {
  color: #797979;
}
.login-button:focus {
  outline: 0;
}
@media (max-width: 991px) {
  .social_block .social-icon {
    min-width: 150px;
    max-width: 150px;
  }
}
@media (max-width: 450px) {
  .social_block .social-icon {
    min-width: 145px !important;
    max-width: 145px;
    width: 145px;
	margin: 4px auto;
  }
  .social_block .login-facebook-logo,
  .social_block .login-google-logo,
  .social_block .login-twitter-logo,
  .social_block .login-telegram-logo,
  .social_block .login-apple-logo {
    left: 9px;
	top: -7px;
	width: 130px;
  }
}
@media (max-width: 335px) {
  .social_block .social-icon {
    min-width: 100px !important;
    max-width: 100px;
    width: 100px;
	margin: 4px auto;
  }
  .social_block .social-icon .social-container-box {
	padding: 9px 9px 0 0;
	height: 40px;
	max-width: 150px;
  }
  .social_block .social-icon .login-button {
    padding-left: 32px;
    font-size: 11px;
  }
  .social_block .login-facebook-logo,
  .social_block .login-google-logo,
  .social_block .login-twitter-logo,
  .social_block .login-telegram-logo,
  .social_block .login-apple-logo {
    left: 5px;
	top: -3px;
	width: 25px;
  }
}
.popup-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1009;
}
.popup-window {
	display: none;
	background: #fff;
	width: 90%;
	max-width: 520px;
	height: max-content;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.popup-window .inner {
	overflow-y: auto;
	padding: 50px 25px;
}
.popup-window .inner .popup-title {
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.btn-close-popup {
	position: absolute;
	z-index: 99;
	width: 34px;
	height: 34px;
	top: 0;
	right: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.btn-close-popup:after,
.btn-close-popup:before {
	content: "";
	width: 22px;
	height: 2px;
	border-radius: 2px;
	background-color: #95a0a6;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -11px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	/*-webkit-transition: all 0.3s;*/
}
.btn-close-popup:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-close-popup:hover:after,
.btn-close-popup:hover:before {
	background-color: #1b1f21;
}
.popup-window p {
	font-size: 17px;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 5px;
}
.popup-social {
	padding: 25px 0 5px;
}
.popup-social p {
	margin-bottom: 15px;
	text-align: center;
}
.popup-social .social_block {
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px;
}
.popup-social .social_block .soc_ico {
	width: 64px;
	height: 64px;
	margin-right: 8px;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1399px) and (min-width: 1200px) {
	.popup-social .social_block .soc_ico {
		width: 4.5714285714vw;
		height: 4.5714285714vw;
		margin-right: 0.5714285714vw;
	}
}
@media (max-width: 767px) {
	.popup-social {
		padding: 0 0 15px;
	}
	#popup-login .form .send_btn {
		margin: 0 auto 25px !important;
	}
	.popup-social .social_block .soc_ico {
		width: 50px;
		height: 50px;
		margin: 0 3px;
	}
	.popup-window p {
		font-size: 15px;
	}
}
.popup-window .reg_block {
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
}
.popup-window .forgot_password,
.popup-window .reg_form_link {
	color: #1f90bb;
	display: inline-block;
	border-bottom: 1px dashed #1f90bb;
	font-size: 16px;
}
.popup-window .forgot_password {
	margin: -12px 0 12px;
}
.popup-window .forgot_password:hover,
.popup-window .reg_form_link:hover {
	border-bottom: 1px dashed #fff;
}
#account-support-links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.password-eye.active {
	background-position: -2px 22px;
}
.password-eye {
	background: url(login_sprite.png) -2px 44px;
	background-position-x: -2px;
	background-position-y: 44px;
	right: 8px;
	position: absolute;
	top: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 0;
}
