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;
	margin-bottom: 10px;
}
.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-bottom: 23px;
}
.slerror {
  color: #fd7b7c;
}
.form-group.has-error .form-field,
.iti.has-error .form-field {
  border-color: orange;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-group.has-error .form-field+.slerror,
.iti.has-error .form-field+.slerror {
  font-family: Rubik-Light;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  padding: 2px 15px;
  display: block;
  position: absolute;
  top: -20px;
}
.form-group.has-error .form-field+.slerror:before,
.iti.has-error .form-field+.slerror:before {
  content: "\f06a";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 5px;
}
.form-group.has-error .form-field+.slerror,
.iti.has-error .form-field+.slerror,
.alert-warning,
.alert-danger {
  color: #fd7b7c;
  border-color: #eed8d4;
}
.form-group.has-error .form-field+.slerror,
.iti.has-error .form-field+.slerror,
.form-group.has-error .form-field,
.iti.has-error .form-field {
  border-color: #fd7b7c;
}
#newsletter {
	margin-bottom: 0px;
	margin-top: -12px;
}
#sagree {
	margin-left: -25px;
	font-size: 1.47rem;
}
.form input[type="email"],
.form input[type="password"],
.form input[type="tel"],
.form input[type="text"],
.form select,
.form textarea {
	width: 100%;
	height: 45px;
	padding: 0 24px;
	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;
}
.form textarea {
    min-height: 144px;
    padding: 20px 24px;
    resize: none;
}
@media (max-width: 767px) {
	.form input[type="email"],
	.form input[type="password"],
    .form input[type="tel"],
	.form input[type="text"],
    .form select,
    .form textarea {
		width: 100%;
		padding: 0 15px;
		height: 40px;
		font-size: 16px;
	}
	.form textarea {
		padding: 15px;
	}
}
.form input[type="email"]:-ms-input-placeholder,
.form input[type="password"]:-ms-input-placeholder,
.form input[type="tel"]:-ms-input-placeholder,
.form input[type="text"]:-ms-input-placeholder,
.form select:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
	color: #000;
}
.form input[type="email"]::placeholder,
.form input[type="password"]::placeholder,
.form input[type="tel"]::placeholder,
.form input[type="text"]::placeholder,
.form select::placeholder,
.form textarea::placeholder {
	color: #000;
}
.form input[type="email"]:focus,
.form input[type="password"]:focus,
.form input[type="tel"]:focus,
.form input[type="text"]:focus,
.form select:focus,
.form textarea:focus {
	outline: 0;
	border-color: #1f90bb;
}
.form-group .iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0,0,0,0) !important;
  max-height: 55px !important;
  font-family: Rubik-Light;
  font-size: 18px;
  transition: all 0.2s;
}
.form-group .iti--separate-dial-code .iti__selected-flag:hover {
  background-color: rgba(0,0,0,0) !important;
}
.form-group .iti input[type="tel"] {
  padding-left: 95px !important;
}
.form-group .checkbox.is_checkbox label {
  font-family: Rubik-Light;
    font-size: 17px;
    color: #a3a3a3;
    display: inline-block;
    padding-left: 29px;
    line-height: 22px;
}
@media (max-width: 767px) {
    .form-group .checkbox.is_checkbox label {
        font-size: 15px;
        line-height: 18px;
    }
	#sagree {
		font-size: 1.21rem;
	}
}
.checkbox.is_checkbox input[type=checkbox].input-checkbox_reg {
  margin-right: 5px;
  position: relative;
}
.form-group required {
  position: absolute;
  right: 0px;
  top: 0px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  z-index: 22;
  width: 42px;
  background-color: rgba(242,222,222,0.22);
  height: 42px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
  padding: 13px;
  border-left: 1px solid #ddd;
}
.form-group required:after {
  content: "\f314";
  display: inline-block;
  font: normal normal normal 18px/1 'Ionicons';
  font-size: 10px;
  color: #777;
}
.input-checkbox_reg {
  background: #fff;
  width: 18px;
  height: 18px;
  box-shadow: 0 0 0 0 #ab0000 inset;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  position: relative;
  cursor: pointer;
  vertical-align: -4px;
  outline: 0;
  border: 1px solid;
  border-radius: 4px;
  border-color: #cccccc;
}
.input-checkbox_reg:checked:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  content: "";
    display: block;
    width: 6px;
    height: 10px;
    border-top: 2px solid #1f90bb;
    border-left: 2px solid #1f90bb;
    transform: rotate(-135deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.input-checkbox_reg:after {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 2px;
  font-size: 14px;
  top: 2px;
  color: #fff;
}
.input-checkbox_reg:hover {
  border-color: #cccccc;
}
.form-group .input-radio {
  margin-right: 5px;
}
.input-radio_reg {
  width: 18px;
  height: 18px;
  box-shadow: 0 0 0 0 green inset;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  vertical-align: -4px;
  outline: 0;
  border: 1px solid;
  border-radius: 50%;
  color: #777;
  font: inherit;
  padding: 0;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  background: transparent;
  line-height: normal;
  margin: 4px 0 0;
}
.input-radio_reg:checked {
  border: none;
  box-shadow: 0 0 0 10px #1f90bb inset;
}
.input-radio_reg:checked:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.input-radio_reg:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  transition: all 0.2s ease-in-out 0.1s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 4px;
  height: 4px;
  margin-left: -2px;
  margin-top: -2px;
  background-color: #fff;
  border-radius: 50%;
}
.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;
	}
}
.popup-social .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.apple svg,
.social_block .soc_ico.twitter svg {
	width: 40px;
	height: 40px;
}
.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-family: Rubik-Medium;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.popup-window .inner .popup-text {
    font-family: Rubik-Light;
    font-size: 16px;
    line-height: 135%;
    text-align: center;
    margin-bottom: 25px;
}
.popup-window .inner .popup-btn .btn-social {
    width: 251px;
    background: #53a545;
    border: 2px solid #53a545;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
}
.popup-window .inner .popup-btn .btn-social:hover {
    border-color: #53a545;
    background: #fff;
    color: #53a545;
}
.popup-window .inner .popup-btn .btn-social:last-child {
    background: #fff;
    color: #53a545;
    margin-top: 15px;
}
.popup-window .inner .popup-btn .btn-social:last-child:hover {
    background: #53a545;
    color: #fff;
}
.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);
}
.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: 5px 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-window {
        max-height: 100%;
		width: 100%;
		height: 100%;
    }
	.popup-window .inner {
        max-height: 100%;
    }
	.popup-social {
		padding: 0 0 5px;
	}
	#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-registration .login-show,
.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-registration .login-show:hover,
.popup-window .forgot_password:hover,
.popup-window .reg_form_link:hover {
	border-bottom: 1px dashed #fff;
}
#popup-forgot_password-sucess .login-show {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
}
#account-support-links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.reg-confirm-eye.active,
.reg-password-eye.active,
.password-eye.active {
	background-position: -2px 22px;
}
.reg-confirm-eye,
.reg-password-eye,
.password-eye {
	background: url(login_sprite.png) -2px 44px;
	background-position-x: -2px;
	background-position-y: 44px;
	right: 8px;
	position: absolute;
	top: 14px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 0;
}
@media (max-width: 767px) {
	.reg-confirm-eye,
	.reg-password-eye,
	.password-eye {
		top: 10px;
	}
}