html,
body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
@font-face {
	font-family: "Roboto-Regular";
	src: url('../fonts/Roboto-Regular.woff') format('woff'),
		url('../fonts/Roboto-Regular.eot') format('eot'),
		url('/KFOlCnqEu92Fr1MmEU9fBBc9.ttf') format('ttf');
		font-weight: normal;
		font-style: normal;
}

@font-face {
	font-family: "Roboto-Light";
	src: url('../fonts/Roboto-Light.woff') format('woff'),
		url('../fonts/Roboto-Light.eot') format('eot'),
		url('/KFOlCnqEu92Fr1MmEU9fBBc9.ttf') format('ttf');
		font-weight: normal;
		font-style: normal;
}
@font-face {
	font-family: "Roboto-Medium";
	src: url('../fonts/Roboto-Medium.woff') format('woff'),
		url('../fonts/Roboto-Medium.eot') format('eot'),
		url('/KFOlCnqEu92Fr1MmEU9fBBc9.ttf') format('ttf');
		font-weight: normal;
		font-style: normal;
}
@font-face {
	font-family: "Roboto-Black";
	src: url('../fonts/Roboto-Black.woff') format('woff'),
		url('../fonts/Roboto-Black.eot') format('eot'),
		url('/KFOlCnqEu92Fr1MmEU9fBBc9.ttf') format('ttf');
		font-weight: normal;
		font-style: normal;
}
.header {
	margin: 3.4vw 0;
}
.bg-crypto {
	position: absolute;
	z-index: 1;
	right: 0;
	height: 100%;
	width: 45.5%;
	background: url('/bg_crypto.png') no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@-moz-document url-prefix() {
 .bg-crypto {
		width: 45.6%;
	}
}
.uk-container {
	max-width: 960px;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0 auto;
}
.section_trading__profit {
	font-size: 96px;
	line-height: 110px;
	    font-weight: 700;
}
.section_trading__guarantee {
	font-size: 29.5px;
}
.section_trading__easy_way {
	font-family: "Roboto-Light", sans-serif;
	color: #373736;
	font-size: 23px;
	margin-bottom: 0;
}
.block_bilcoin {
	margin: 50px 0;
}
.bitcoin__title {
    display: inline-block;
    font-family: "Roboto-Medium", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 30px;
    padding: 45px 100px 45px 0;
    color: #373736;
    background-color: #fed236;
	position: relative;
	margin-bottom: 10px;
}
.bitcoin__title:after {
    position: absolute;
    content: '';
    background: url('/icon_bitcoin.png') no-repeat;
    display: inline-block;
    height: 100%;
    background-size: contain;
    width: 128px;
    top: 50%;
    right: -107px;
    transform: translateY(-50%);
}
.bitcoin__title:before {
    position: absolute;
    content: '';
    display: inline-block;
    background-color: #fed236;
    height: 100%;;
	width: 1000px;
    left: -999px;
    right: auto;
    top: 0;
}
.content-main h1 {
	font-family: "Roboto-Black", sans-serif;
	font-size: 23.5px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0;
}
.wrapper {
	height: 100%;
	overflow-x: hidden;
}
.wrapper-main,
.wrapper-form {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.content-main,
.content-form {
	flex: 1 0 auto;
}
.content-form__title {
	color: #fff;
	font-family: "Roboto-Regular", sans-serif;
	font-size: 22px;
	line-height: 24px;
    text-align: center;
}
.wrapper-form {
	background: rgba(9, 38, 161, .8);
	position: relative;
    z-index: 10;
}
.content-form {
	padding: 8vw 37px 0 37px;
}
.section_stability__text {
	font-family: "Roboto-Light", sans-serif;
	color: #373736;
	font-size: 16px;
	line-height: 16px;
}
.section_stability_steps {
	align-items: baseline;
	width: 93%;
}
.section_stability_steps__text {
	font-family: "Roboto-Light", sans-serif;
	color: #373736;
	font-size: 15px;
	line-height: 20px;
	margin: 15px 0 0 0;
	text-align: center;
}
figure {
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
}
figure img {
	width: 50px;
	height: 50px;
}
.section_stability__text_small {
	color: rgba(255, 255, 255, .9);
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	letter-spacing: 1px;
}
.RForm {
	padding-top: 0 !important;
	margin: 0 auto !important;
}
.RForm form {
	padding: 0 !important
}
.RForm .indent {
	padding: 0 !important
}
.RForm form input:not([type=checkbox]),
.RForm form select {
	height: 42px !important;
	padding: 0 10px;
	font-size: 14px;
	color: #373736;
}
.RForm form .uk-form input[type=text],
.RForm form .uk-form input[type=email],
.uk-form input[type=tel],
.uk-form select {
	color: #373736 !important;
}
.RForm form button {
	height: 42px;
	font-size: 15px;
	line-height: 16px;
	font-family: "Roboto-Black";
	text-transform: uppercase;
	padding: 0;
}
.RForm form button,
.RForm form button:hover,
.RForm form button:active {
	color: #2d5a9b;
}
::-webkit-input-placeholder {
	color: #373736 !important;
}
::-moz-placeholder {
	color: #373736 !important;
}
:-ms-input-placeholder {
	color: #373736 !important;
}
:-moz-placeholder {
	color: #373736 !important;
}
.tooltip:before {
	color: #ff5f5f
}
.footer_divider {
	color: rgba(156, 156, 156);
}
.footer_link,
.footer_link:hover,
.footer_link:active,
.footer_link:visited {
	color: rgba(156, 156, 156);
	text-decoration: underline;
}
.footer-main,
.footer-form {
	flex: 0 0 auto;
}
.footer-main {
	font-size: 10px;
	text-align: center;
	padding-bottom: 30px;
	font-family: "Roboto-Light", sans-serif;
}
.footer-form {
	text-align: center;
	padding-bottom: 50px;
}
.footer_text {
	color: #373736;
	font-weight: 600;
}
.RForm .agreementText {
	padding-left: 0;
	color: #fff;
	font-family: "Roboto-Light", sans-serif;
}
.RForm .agree-terms-conditions-link {
	display: block;
	font-size: 10px;
	font-family: "Roboto-Light", sans-serif;
	color: #fff;
	text-decoration: underline;
}
.RForm .indent {
	margin: 14px 0 !important;
}
.tooltip:before {
	top: -16px;
}
.tooltip:last-child:before {
	left: -64px;
}
.section__stability_small__block_image {
	width: 100px;
	text-align: center;
}
.RForm .agree-terms-conditions-label {
	font-size: 10px;
	font-family: "Roboto-Light", sans-serif;
}
.visiable_1024 {
	display: none;
}
.uk-form input:not([type]),
.uk-form input[type=text],
.uk-form input[type=email]б
.RForm form input:not([type=checkbox]),
.RForm form select {
	border: 1px solid #596a83
}
.RForm .agree-terms-conditions-labelб
.RForm .agree-terms-conditions-label {
    font-size: 12px;
}
.RForm .agree-terms-conditions-checkbox {
	display: block;
	float: left;
	margin-bottom: 40px !important;
}
.wrapper-block-content {
	width: 57%;
}
.wrapper-block-form {
	width: 35%;
}
.RForm .agree-terms-conditions-label {
	text-align: left;
	display: flex;
}
.RForm .agree-terms-conditions-checkbox {
    height: 15px !important;
    width: 15px !important;
}
.header__logo {
	width: 120px;
}
.partners-image {
	width: 230px;
}
@media all and (min-width: 1367px) and (max-width: 1920px) {
	.uk-container {
		max-width: 1400px;
	}
	.wrapper-block-content {
		width: 40%;
	}
	.wrapper-block-form {
		width: 27%;
	}
	.bg-crypto {
		width: 56.5%;
	}
}
@media all and (min-width: 1921px) {
	.bg-crypto {
	    width: 46.5%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}
@media all and (min-width: 1024px) {
	.footer-main {
		width: 91%;
	}
}
@media (min-height:880px) and (max-height:920px) and (max-width:1620px) and (min-width:1590px) {
	.bg-crypto {
		width: 43%;
	}
}
@media all and (max-height:1024px) and (max-width:1280px) {
	.wrapper-main {
		padding-left: 40px;
	}
	.section_stability__text {
		letter-spacing: 0;
	}
	.section_trading__easy_way {
		font-size: 21px;
	}
	.section_stability__text {
		font-size: 13px;
	}
	.section_stability_steps {
		width: 87% !important;
	}
	.section_trading__easy_way {
		font-size: 21.7px;
	}
	@-moz-document url-prefix() {
	}
}
@media (min-height:1365px) and (max-height:1366px) and (max-width:1024px) and (min-width:1023px) {
	.uk-width-large-6-10.uk-width-medium-1-1.uk-hidden-small,
	.uk-width-large-4-10.uk-width-medium-1-1.uk-hidden-small {
		width: 100% !important;
	}
	.uk-container {
		max-width: 750px;
	}
	.header {
		margin: 3vw 0;
	}
	.visiable_1024 {
		display: block;
		margin: 0 auto;
	}
	.hidden_1024,
	.br_form,
	.bg-crypto {
		display: none;
	}
	.footer-form {
		padding-bottom: 10px;
	}
	.content-form {
		padding: 15px 0 0 0;
	}
	.RForm .indent {
		padding: 0 0 0 15px!important;
	}
	.RForm form button {
		height: 43px !important;
		padding: 5px 0;
		line-height: 35px;
	}
	.uk-grid.uk-height-1-1 {
		height: auto;
	}
	.visiable_1024 {
		margin: 0 auto;
		max-width: 980px;
		width: 100%;
		position: absolute;
		bottom: 0;
		padding-left: 0;
	}
	.section_trading__maket {
		font-size: 35px;
	}
	.section_trading__profit {
		font-size: 139px;
		letter-spacing: 1px;
		line-height: 140px;
	}
	.section_trading__guarantee {
		font-size: 42.5px;
		letter-spacing: 1px;
	}
	.section_trading__easy_way {
		font-size: 32.5px;
		letter-spacing: 1px;
		margin-top: 30px;
	}
	.section_stability__text {
		font-size: 23px;
		margin-bottom: 25px;
	}
	.section_stability_steps {
		width: 100%
	}
	.wrapper-form {
		background: #1e53c5;
		border: 1px solid transparent;
		border-top: 0 solid transparent;
		border-bottom: 0 solid transparent;
		position: relative;
	}
	.wrapper-form:after,
	.wrapper-form:before {
		position: absolute;
		content: '';
		display: inline-block;
		background-color: #1e53c5;
		height: 100%;;
		width: 100%;
		top: 0;
	}
	.wrapper-form:after {
		right: -100%;
		left: auto;
	}
	.wrapper-form:before {
		left: -100%;
		right: auto;
	}
	.content-form__title {
		margin: 0;
		padding: 10px 0 20px 0;
		font-size: 22px !important;
	}
	.uk-width-large-4-10.uk-width-medium-1-1.uk-hidden-small {
		padding-left: 25px !important;
	}
	.bitcoin__title {
		padding: 15px 80px 15px 0;
	}
	.footer_text {
		margin: 0;
		padding-top: 5px;
	}
	.footer_link,
	.footer_link:hover,
	.footer_link:active,
	.footer_link:visited
	.footer_divider,
	.footer_text {
		color: #1e53c5 !important;
	}
	.footer-main {
		background-color: #edf2fa;
		position: relative;
		font-size: 13px;
	}
	.footer-main:after,
	.footer-main:before {
		position: absolute;
		content: '';
		display: inline-block;
		background-color: #edf2fa;
		height: 100%;;
		width: 100%;
		top: 0;
	}
	.footer-main:after {
		right: -100%;
		left: auto;
	}
	.footer-main:before {
		left: -100%;
		right: auto;
	}
	.footer-main {
		padding: 20px 0 !important;
	}
	.RForm .indent {
		width: 50%;
	}
	.bitcoin__title {
		padding: 40px 120px 40px 0;
		font-size: 23px;
		line-height: 36px;
		margin-bottom: 0;
	}
	.RForm .agreementText {
		padding-left: 15px;
	}
	.RForm .agree-terms-conditions-label,
	.RForm .agree-terms-conditions-link {
		font-size: 13px;
	}
	.RForm .agree-terms-conditions-link {
		display: inline-block;
	}
	.block_bilcoin {
		margin: 45px 0;
	}
	.section__stability {
		margin-bottom: 22px;
	}
	.RForm form input:not([type=checkbox]),
	.RForm form select,
	.RForm form button {
		height: 56px !important;
	}
	.RForm form button {
		font-size: 17px;
	}
	.section_stability_steps__text {
		font-size: 20px;
		line-height: 30px;
		margin-top: 35px
	}
	.RForm .indent {
		margin: 17px 0 !important;
	}
	.RForm .indent {
		margin: 8px 0 !important;
	}
	figure img {
		width: 70px;
		height: 70px;
	}
	.bitcoin__title:after {
		right: -106px;
	}
	@-moz-document url-prefix() {
		.wrapper .bg-crypto {
			width: 46.2% !important;
		}
	}
}
@media (min-height:1000px) and (max-height:1100px) and (max-width:1366px) and (min-width:1300px) {
	.content-main .header {
		margin: 4.5vw 0 4vw 0;
	}
	.tooltip:last-child:before {
		left: auto;
	}
	.wrapper .bg-crypto {
		background: url('/bg_1366.png') no-repeat;
		background-size: cover;
	    width: 46.4%;
	}
	.uk-grid .wrapper-block-content {
		width: 55%;
	}
	.wrapper-block-form {
		width: 31%;
	}
	.uk-container {
	    width: 1366px;
		margin: 0;
		max-width: none;
	}
	.wrapper-block-content {
		padding-left: 60px;
	}
	.content-main h1 {
		font-size: 25px;
	}
	.section_trading__maket {
		font-size: 29px;
	}
	.section_trading__profit {
		font-size: 116px;
		line-height: 116px;
	}
	.section_trading__guarantee {
		font-size: 36px;
	}
	.block_bilcoin .bitcoin__title {
		padding: 30px 70px 30px 0;
		font-size: 22px;
		line-height: 40px;
	}
	.section_trading .section_trading__easy_way {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.RForm form input:not([type=checkbox]),
	.RForm form select,
	.RForm form button {
		height: 55px !important;
	}
	.section__stability .section_stability__text {
		font-size: 19px;
	}
	figure img {
		width: 60px;
		height: 60px;
	}
	.section__stability .section_stability_steps {
		width: 90%;
	}
	.section_stability_steps__text {
		font-size: 17px;
	}
	.footer-main.hidden_1024 {
		padding-bottom: 50px;
	}
	.RForm .agree-terms-conditions-label,
	.footer-main.hidden_1024,
	.RForm .agree-terms-conditions-link {
		font-size: 13px;
	}
	.footer-form {
		padding-bottom: 70px;
	}
	.partners-image-desc {
		width: 80%;
	}
	.content-form .content-form__title {
		font-size: 22px;
		line-height: 30px;
	}
	.RForm .indent {
		margin: 18px 0 !important;
	}
	.RForm .agree-terms-conditions-checkbox {
		height: 20px !important;
		width: 20px !important;
	}
	.RForm form button {
		font-size: 17px;
		letter-spacing: 2px;
	}
	@-moz-document url-prefix() {
		.wrapper .bg-crypto {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width: 46.4%;
		}
	}
}
@media (min-height:1365px) and (max-height:1366px) and (max-width:768px) and (min-width:767px) {
	.content-main .header {
		padding: 50px 0;
	}
	.section_stability__text {
		font-size: 19px;
	}
}
@media (min-height:1279px) and (max-height:1280px) and (max-width:1024px) and (min-width:1023px) {
	.section_stability__text {
		font-size: 17px;
	 }
	 .LPForm.RForm {
		width: 100%;
	 }
	 .content-form__title {
		font-size: 17px;
	 }
	 .content-form {
		padding: 13vw 40px;
	}
	.header {
		margin: 6vw 0;
	}
	.bg-crypto {
		width: 39%;
	}
	.section_trading__easy_way {
		font-size: 21px !important;
	}
}
@media (min-height:1023px) and (max-height:1024px) and (max-width:768px) and (min-width:767px) {
	.uk-width-large-6-10.uk-width-medium-1-1.uk-hidden-small,
	.uk-width-large-4-10.uk-width-medium-1-1.uk-hidden-small {
		width: 100% !important;
	}
	.uk-container {
		width: 610px;
	}
	.content-main .header {
		margin: 3.5vw 0;
	}
	.content-form {
		padding: 0vw 0 !important;
	}
	.section_stability__text {
		margin: 15px 0;
		font-size: 17px;
	}
	.section_trading__easy_way {
		font-size: 25px !important;
	}
	.section_stability_steps {
		width: 98% !important;
		margin-bottom: 22px;
	}
	.visiable_1024 {
		display: block;
		width: 100%;
	}
	.uk-grid.uk-height-1-1 {
		height: auto;
	}
	.hidden_1024,
	.br_form,
	.bg-crypto {
		display: none;
	}
	.footer-form {
		padding-bottom: 10px;
	}
	.content-form {
		padding: 20px 0;
	}
	.RForm .agreementText {
		padding-left: 15px;
	}
	.RForm .indent {
		padding: 0 0 0 15px !important;
		margin: 8px 0 !important;
	}
	.RForm form button {
		height: 40px !important;
		padding: 5px 0;
		line-height: 35px;
		font-size: 16px !important;
	}
	.block_bilcoin {
		margin: 15px 0;
	}
	.wrapper-form {
		background: #1e53c5;
		border: 1px solid transparent;
		border-top: 0 solid transparent;
		border-bottom: 0 solid transparent;
	}
	.wrapper-form:after,
	.wrapper-form:before {
		position: absolute;
		content: '';
		display: inline-block;
		background-color: #1e53c5;
		height: 100%;;
		width: 100%;
		top: 0;
	}
	.wrapper-form:after {
		right: -100%;
		left: auto;
	}
	.wrapper-form:before {
		left: -100%;
		right: auto;
	}
	.content-form__title {
		padding-top: 10px;
		font-size: 19px !important;
	}
	.uk-width-large-4-10.uk-width-medium-1-1.uk-hidden-small {
		padding-left: 10px !important;
	}
	.bitcoin__title {
		padding: 20px 80px 20px 0;
	}
	.footer_text {
		margin: 0;
	}
	.footer_link,
	.footer_link:hover,
	.footer_link:active,
	.footer_link:visited
	.footer_divider,
	.footer_text {
		color: #1e53c5 !important;
		line-height: 16px;
	}
	.footer-main {
		background-color: #edf2fa;
		position: relative;
		padding: 10px 0 !important;
		font-size: 11px !important;
	}
	.footer-main:after,
	.footer-main:before {
		position: absolute;
		content: '';
		display: inline-block;
		background-color: #edf2fa;
		height: 100%;;
		width: 100%;
		top: 0;
	}
	.footer-main:after {
		right: -100%;
		left: auto;
	}
	.footer-main:before {
		left: -100%;
		right: auto;
	}
	.section_stability_steps__text {
		line-height: 23px;
	}
	.section_trading__maket {
		font-size: 26px !important;
	}
	.section_trading__profit {
		font-size: 104px !important;
		letter-spacing: 2px;
	}
	.section_trading__guarantee {
		font-size: 32px !important;
		letter-spacing: 0.5px;
	}
	.section_stability__text {
		font-size: 17px !important;
	}
	.bitcoin__title {
		padding: 15px 80px 15px 0 !important;
	}
	.section__stability .section_stability_steps__text {
		line-height: 23px !important;
		margin-top: 15px;
	}
	.uk-grid .wrapper-block-content {
		padding-left: 25px;
	}
	.header__logo {
		width: 100px;
	}
	.content-main .block_bilcoin {
		margin: 32px 0;
	}
	.RForm .indent {
		margin: 8px 0 !important;
	}
	figure img {
		width: 60px;
		height: 60px;
	}
	.RForm form {
		margin-bottom: -20px;
	}
	.footer-partners__links {
		padding-top: 5px;
	}
	.RForm form input:not([type=checkbox]),
	.RForm form select {
		height: 40px !important;
	}
}
@media  (max-width:830px) and (min-width:800px) {
	.uk-width-large-6-10.uk-width-medium-1-1.uk-hidden-small,
	.uk-width-large-4-10.uk-width-medium-1-1.uk-hidden-small {
		width: 100% !important;
	}
	.uk-container {
		width: 610px;
	}
	.content-main .header {
		margin: 3.5vw 0;
	}
	.content-form {
		padding: 0vw 0 !important;
	}
	.section_stability__text {
		margin: 15px 0;
		font-size: 17px;
	}
	.section_trading__easy_way {
		font-size: 25px !important;
	}
	.section_stability_steps {
		width: 98% !important;
		margin-bottom: 22px;
	}
	.visiable_1024 {
		display: block;
		width: 100%;
	}
	.uk-grid.uk-height-1-1 {
		height: auto;
	}
	.hidden_1024,
	.br_form,
	.bg-crypto {
		display: none;
	}
	.footer-form {
		padding-bottom: 10px;
	}
	.content-form {
		padding: 20px 0;
	}
	.RForm .agreementText {
		padding-left: 15px;
	}
	.RForm .indent {
		padding: 0 0 0 15px !important;
		margin: 8px 0 !important;
	}
	.RForm form button {
		height: 40px !important;
		padding: 5px 0;
		line-height: 35px;
		font-size: 16px !important;
	}
	.block_bilcoin {
		margin: 15px 0;
	}
	.wrapper-form {
		background: #1e53c5;
		border: 1px solid transparent;
		border-top: 0 solid transparent;
		border-bottom: 0 solid transparent;
	}
	.wrapper-form:after,
	.wrapper-form:before {
		position: absolute;
		content: '';
		display: inline-block;
		background-color: #1e53c5;
		height: 100%;;
		width: 100%;
		top: 0;
	}
	.wrapper-form:after {
		right: -100%;
		left: auto;
	}
	.wrapper-form:before {
		left: -100%;
		right: auto;
	}
	.content-form__title {
		padding-top: 10px;
		font-size: 17px !important;
	}
	.uk-width-large-4-10.uk-width-medium-1-1.uk-hidden-small {
		padding-left: 10px !important;
	}
	.bitcoin__title {
		padding: 20px 80px 20px 0;
	}
	.footer_text {
		margin: 0;
	}
	.footer_link,
	.footer_link:hover,
	.footer_link:active,
	.footer_link:visited
	.footer_divider,
	.footer_text {
		color: #1e53c5 !important;
		line-height: 16px;
	}
	.footer-main {
		background-color: #edf2fa;
		position: relative;
		padding: 10px 0 !important;
		font-size: 11px !important;
		margin: 0 auto;
	}
	.footer-main:after,
	.footer-main:before {
		position: absolute;
		content: '';
		display: inline-block;
		background-color: #edf2fa;
		height: 100%;;
		width: 100%;
		top: 0;
	}
	.footer-main:after {
		right: -100%;
		left: auto;
	}
	.footer-main:before {
		left: -100%;
		right: auto;
	}
	.section_stability_steps__text {
		line-height: 23px;
	}
	.section_trading__maket {
		font-size: 23px !important;
	}
	.section_trading__profit {
		font-size: 104px !important;
		letter-spacing: 2px;
	}
	.section_trading__guarantee {
		font-size: 31px !important;
		letter-spacing: 0.5px;
	}
	.section_stability__text {
		font-size: 16px;
	}
	.bitcoin__title {
		padding: 15px 80px 15px 0 !important;
	}
	.section__stability .section_stability_steps__text {
		line-height: 23px !important;
		margin-top: 15px;
	}
	.uk-grid .wrapper-block-content {
		padding-left: 25px;
	}
	.header__logo {
		width: 100px;
	}
	.content-main .block_bilcoin {
		margin: 32px 0;
	}
	.RForm .indent {
		margin: 8px 0 !important;
	}
	figure img {
		width: 60px;
		height: 60px;
	}
	.RForm form {
		margin-bottom: -20px;
	}
	.footer-partners__links {
		padding-top: 5px;
	}
	.RForm form input:not([type=checkbox]),
	.RForm form select {
		height: 40px !important;
	}
	.section_trading .section_trading__easy_way {
		font-size: 23px !important;
	}
}
@media all and (max-height:1024px) and (max-width:1366px) {
	.uk-width-large-4-10.uk-width-medium-1-1.uk-hidden-small {
		padding-left: 0;
	}
	.header {
	    margin: 4vw 0;
	}
	.section_trading__easy_way {
		font-size: 24.5px;
	}
	.content-form {
		padding: 10vw 40px 3vw;
	}
	.content-form__title {
		font-size: 21px;
		line-height: 26px;
	}
	.bg-crypto {
		background-size: 129% 100%;
		width: 43.2%;
	}
	.footer-main {
		padding-bottom: 40px;
		font-size: 12px;
	}
	.section_stability__text {
		text-align: left;
		font-size: 17px;
	}
	.bitcoin__title {
		padding: 40px 70px 40px 0;
	}
	.section_stability_steps {
		width: 87%;
		margin-top: 30px;
	}
	.uk-container {
		padding: 0 35px;
	}
	.section_stability_steps__text {
		line-height: 26px;
	}
	.RForm .agree-terms-conditions-link  {
		display: inline-block;
	}
	.wrapper-block-content {
		width: 65%;
	}
	@-moz-document url-prefix() {
	}
}
@media (max-height: 1024px) and (max-width: 1300px) {
	.section__stability .section_stability_steps {
		width: 97%;
		margin-top: 0;
	}
	.bg-crypto {
		background: url('/bg_1280.png') no-repeat;
	}
	.RForm .indent {
		margin: 14px 0;
	}
	.section_stability_steps__text {
		margin-top: 30px;
	}
	.content-form__title {
		font-size: 22px;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
	.content-form {
		padding: 12vw 40px 3vw;
	}
	.RForm .agree-terms-conditions-label {
		font-size: 11px;
	}
	.header {
		margin: 5vw 0;
	}
	.wrapper-block-content {
		width: 60%;
		padding-left: 0;
	}
	.bitcoin__title {
		margin-bottom: 0;
	}
	.block_bilcoin {
		margin: 40px 0;
	}
	.section_trading__profit {
		font-size: 89px;
		line-height: 100px;
		    font-weight: 700;
	}
	.section_trading__maket {
		font-size: 22px;
	}
	.section_trading__guarantee {
		font-size: 28px;
	}
	.bitcoin__title {
		line-height: 34px;
	}
	.block_bilcoin .bitcoin__title {
		padding: 30px 80px 30px 0;
	}
	.section_trading .section_trading__easy_way {
		font-size: 22px;
	}
	.section_stability__text {
		font-size: 13px;
	}
	.bitcoin__title {
		padding: 30px 60px 30px 0;
	}
	.bg-crypto {
		width: 44%;
	}
	.wrapper-main {
		padding-left: 0;
	}
	.section_stability__text {
		font-size: 15px;
	}
	.footer-main {
		font-size: 10px;
	}
}
@media all and (max-height:768px) and (max-width:1366px) {
	.bg-crypto {
		background: url('/bg_1366_1024.png') no-repeat;
		background-size: cover;
		width: 44%;
	}
	.content-form__title {
		font-size: 17px;
		line-height: 22px;
	}
	.wrapper-form {
		width: 100%;
	}
	.bitcoin__title {
		 padding: 20px 40px 20px 0;
	}
	.uk-container.uk-container-center.uk-height-1-1 {
		padding: 0 0 0 25px;
	}
	.header {
		margin: 3vw 0;
	}
	.RForm .indent {
		margin: 13px 0 !important;
	}
	.section_stability_steps {
		width: 82%;
		margin-top: 0;
	}
	.content-form {
	    padding: 7.5vw 40px 0 40px;
	}
	.section_trading__maket,
	.section_trading__guarantee {
		letter-spacing: 0;
	}
	.section_trading__maket {
		font-size: 21.5px;
	}
	.section_trading__easy_way {
		font-size: 21px;
	}
	.section_stability__text {
		font-size: 14.5px;
	}
	.section_trading__profit {
		font-size: 88px;
		line-height: 88px;
		    font-weight: 700;
	}
	.section_trading__guarantee {
		font-size: 27px;
	}
	.block_bilcoin {
		margin: 20px 0;
	}
	.RForm .agree-terms-conditions-label,
	.RForm .agree-terms-conditions-link {
		font-size: 12px;
	}
	.title__crypto {
		font-size: 45px;
	}
	.RForm form button {
		padding: 0;
	}
	.content-main h1 {
		font-size: 22px;
	}
	.footer-main {
	    font-size: 10px;
    	width: 86%;
	}
	.wrapper-block-content {
		width: 59%;
	}
	.section_stability_steps__text {
		font-size: 18px;
		line-height: 20px;
	}
	.RForm .agree-terms-conditions-label,
	.RForm .agree-terms-conditions-link {
		font-size: 11px;
	}
	.partners-image-desc {
		width: 78%;
	}
	@-moz-document url-prefix() {
		.footer-main {
			width: 90%;
		}
	}
}
@media all and (max-height:768px) and (max-width:1024px) {
	.uk-container.uk-container-center.uk-height-1-1 {
	    max-width: 860px;
    	margin: 0;
	}
	.bg-crypto {
		width: 47%;
	}
	.content-main h1 {
		font-size: 20px;
		letter-spacing: 1.5px;
	}
	.section_trading__profit {
		font-size: 88px;
		line-height: 90px;
		    font-weight: 700;
	}
	.section_trading__guarantee {
		font-size: 26px;
	}
	.section_trading__guarantee {
		font-size: 27.5px;
	}
	.content-main .header {
		margin: 4.3vw 0;
	}
	.wrapper-main {
		padding-left: 40px;
	}
	.RForm form input:not([type=checkbox]),
	.RForm form select {
		height: 42px !important;
	}
	.RForm form button {
		height: 42px;
		line-height: 44px;
		font-size: 14px;
	}
	.footer-main {
		font-size: 9px;
		width: 92% !important;
		padding-bottom: 30px;
		line-height: 18px;
	}
	.section_stability__text {
		margin: 35px 0;
	}
	.section_stability__text,
	.section_stability_steps__text {
		font-size: 15px;
	}
	.content-form {
		padding: 10.5vw 37px 0 37px;
	}
	.section_stability__text {
		margin: 20px 0;
	}
	.content-form__title {
		font-size: 17px;
	}
	.RForm {
		max-width: 100%;
	}
	.footer-form {
		padding: 0 10px 50px 10px;
	}
	.section_trading__maket {
		font-size: 22px;
	}
	.section_trading__easy_way {
		font-size: 21px;
	}
	.section_stability_steps {
		width: 90% !important;
	}
	.bg-crypto {
		background: url('/bg_1024_768.png') no-repeat;
	}
	.wrapper-block-content {
		width: 63%;
	}
	.block_bilcoin .bitcoin__title {
		padding: 20px 50px 20px 0;
	}
	.bitcoin__title {
		line-height: 28px;
	}
	.block_bilcoin {
		margin: 40px 0;
	}
	.RForm .agree-terms-conditions-label,
	.RForm .agree-terms-conditions-link {
		font-size: 10px;
	}
	.section_stability_steps__text {
		margin-top: 15px;
	}
	.wrapper-block-form {
		width: 37%;
	}
	@-moz-document url-prefix() {
		.footer-main {
			width: 100% !important;
		}
	}
}
@media all and (max-width:1100px) {
	.container {
		max-width: 950px;
		padding: 0 10px;
		box-sizing: border-box
	}
	.mp-description-title {
		font-size: 28px;
		letter-spacing: 0
	}
	.footer {
		padding: 20px 0
	}
	.tooltip:last-child:before {
		left: -67px;
	}
}
@media all and (max-width:959px) {
	.container {
		padding: 0 30px
	}
	.RForm form {
		margin-top: 0;
	}
	.RForm .indent {
    padding: 0 15px;
    width: 100%;
	}
	.RForm form button {
		height: 48px;
		font-size: 24px
  }
  .content-form {
    padding: 12vw 12px 3vw;
}
}
@media all and (max-width: 767px) and (min-width:660px) {
	.content-main .header {
		margin: 2vw 0 2vw 0;
	}
	.content-main h1 {
		margin-bottom: 15px;
		padding-left: 25px;
	}
	.content-form {
		padding: 2vw 30px;
	}
	.section_stability_steps {
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		padding: 10px 0;
		width: 100%
	}
	.section_stability_steps figure {
		align-self: flex-end;
	}
	.uk-hidden-large.uk-hidden-medium.uk-visiable-small {
		padding-left: 0;
	}
	.header .header__logo {
		padding-left: 25px;
		width: 100px;
	}
}
@media all and (max-width:767px) {
	.tooltip:last-child:before {
		left: auto;
	}
	.RForm {
		margin: 0 !important
	}
	.RForm .indent {
		padding: 0 !important
	}
	.container {
		padding: 0 14px
	}
	.header {
		margin: 15px 0
	}
	.RForm form button {
		display: block;
		margin: 5px auto !important
	}
	.footer {
		font-size: 11px
	}
	.RForm form input:not([type=checkbox]),
	.RForm form select {
		font-size: 16px
	}
	.mp-description-images {
		padding: 0 0 30px
	}
	.RForm .agree-terms-conditions-label {
		text-align: left;
	}
	.footer-main {
		background-color: #edf2fa;
		position: relative;
	}
	.footer-main:after,
	.footer-main:before {
		position: absolute;
		content: '';
		display: inline-block;
		background-color: #edf2fa;
		height: 100%;;
		width: 100%;
		top: 0;
	}
	.footer-main:after {
		right: -100%;
		left: auto;
	}
	.footer-main:before {
		left: -100%;
		right: auto;
	}
	.section_stability_steps {
		margin-top: 0;
	}
}
@media all and (max-width:760px) {
	.br_profit {
		display: none;
	}
	.wrapper_bg {
	    background: url('/bg_640.png') no-repeat top center;
		background-size: contain;
		background-color: #0052ca;
		position: relative;
		margin: 0 -25px;
		padding: 15px 25px 0 25px;
	}
	.wrapper_bg:after,
	.wrapper_bg:before {
		position: absolute;
		content: '';
		display: inline-block;
		background-color: #0052ca;
		height: 100%;;
		width: 100%;
		top: 0;
	}
	.wrapper_bg:after {
		right: -100%;
		left: auto;
	}
	.wrapper_bg:before {
		left: -100%;
		right: auto;
	}
	.wrapper-form {
		background: none;
	}
	.bg-crypto {
		display: none;
	}
	.content-main .header {
		margin: 10px 0
	}
	.RForm form input:not([type=checkbox]),
	.RForm form select {
		height: 40px !important;
		font-size: 14px;
		border: 1px solid #596a83;
	}
	.RForm form button {
		height: 40px;
		font-size: 16px;
	}
	.section_stability_steps  {
		flex-direction: row;
		width: 100% !important;
	}
	.uk-container.uk-container-center.uk-height-1-1 {
		padding: 0 20px;
	}
	.content-form__title {
		margin: 20px 0 0 0;
		font-size: 17px;
		text-align: left;
	}
	.content-form {
		padding: 0;
	}
	.LPForm.RForm {
		margin: 0 auto !important;
	}
	.RForm .agreementText {
		padding: 0 0 20px 0;
	}
	.section__stability_small figure p {
		padding-left: 10px;
	}
	.footer-main {
		padding: 15px 0;
		width: 100% !important;
	}
	.footer-form_small {
		padding: 0 0 10px 0;
	}
	.section_stability__text {
		font-size: 17px;
		text-align: center;
		margin: 10px 0 0 0;
	}
	.footer_link,
	.footer_link:hover,
	.footer_link:active,
	.footer_link:visited {
		color: #1e53c5;
		text-decoration: underline;
	}
	.footer_text {
		color: #1e53c5;
		line-height: 14px;
		font-weight: normal;
	    padding: 5px 15px 0 15px;
	}
	.block_bilcoin_small {
		background-color: #fed236;
		color: #373736;
		margin: 0 -25px;
		font-weight: 600;
		position: relative;
	}
	.block_bilcoin_small:before {
		position: absolute;
		content: '';
		height: 100%;
		width: 100%;
		background: url('/icon_bitcoin_small.png') no-repeat;
		left: -15px;
	}
	.bitcoin__title_small {
		color: #1e53c5;
		font-size: 17px;
		line-height: 26px;
		text-transform: uppercase;
		padding: 25px 0 25px 25%;
	}
	.bg-crypto {
		display: none;
	}
	.uk-hidden-large .content-main h1 {
		text-align: left;
		line-height: 30px;
	}
	.section_trading__maket,
	.section_trading__profit,
	.section_trading__guarantee {
		color: #fff;
		font-size: 23px;
		text-align: left;
	}
	.br_trading,
	.br_form {
		display: none;
	}
	.section_trading__easy_way {
		text-transform: uppercase;
		font-size: 15px;
		line-height: 20px;
		color: rgba(255, 255, 255, .8);
	}
	.RForm .agree-terms-conditions-link {
		display: inline-block;
	}
	.section_trading__profit {
		line-height: 0;
	}
	.RForm .indent {
		margin: 8px 0 !important;
	}
}
@media all and (max-width: 760px) and (min-width: 720px) {
	.header .header__logo {
		width: 100px ;
	}
}
@media all and (min-width: 660px) and (max-width:767px) {
	.content-form {
		padding: 0 25px;
	}
	.wrapper_bg {
		padding: 25px 0 0 25px;
	}
	.section_trading__easy_way {
		padding-left: 25px;
		line-height: 22px;
		font-size: 16px !important;
	}
	.content-main .header {
		margin: 0 0 10px 0;
	}
	.block_bilcoin_small:before {
		left: 10px;
	}
	.footer-main .footer_divider {
		color: #1e53c5;
	}
}
@media all and (max-width: 480px) {
	.section_stability_steps {
		width: 100%;
	}
	.section_stability_steps__text {
		font-size: 14px;
	}
	.section_stability__text {
		font-size: 17px;
		line-height: 22px;
	}
	.br_profit {
		display: block;
	}
	.bitcoin__title_small {
		padding: 20px 0;
		line-height: 19px;
	}
	.block_bilcoin_small:before {
		left: -5px;
		background: url('/icon_bitcoin_480.png') no-repeat;
	}
	.block_bilcoin_small {
		margin: 0 -30px;
		padding-left: 27%;
	}
	.section_trading__easy_way {
		margin: 10px 0 30px 0;
		font-size: 14px !important;
	}
	.wrapper_bg {
		padding: 20px 25px 0 25px;
		background-position: 0 15%;
	}
	h1 .section_trading__maket {
		letter-spacing: 1px;
		font-size:28px;
	}
	.section_stability__text {
		font-size: 16px;
	}
	.br_trading_market,
	.br {
		display: none;
	}
	.section_trading__maket,
	.section_trading__profit,
	.section_trading__guarantee {
		font-size: 19px;
	}
	.section__stability_small__block_image {
		width: 80px;
	}
	.RForm form button {
		max-width: 100%
	}
	.content-main .header {
		margin: 10px 0;
	}
	.RForm .agree-terms-conditions-label {
		text-align: left;
	}
	.uk-container.uk-container-center.uk-height-1-1 {
		padding: 0 30px;
	}
	.content-form__title {
		margin: 7px 0 2px 0;
		font-size: 19px;
	}
	.RForm form {
		margin-top: 0;
	}
	.RForm .indent {
		margin: 8px 0 !important;
	}
	figure {
		justify-content: space-around;
		align-items: center;
		width: 100%;
	}
	figure img {
		width: 55px;
		height: 55px;
	}
	.footer-main {
		line-height: 16px;
		padding: 0 0 15px 0;
		font-size: 11px;
	}
	.footer-main_logo {
		padding: 0 0 10px 0;
	}
	.uk-hidden-large .content-main h1 {
		line-height: 24px;
	}
	form.uk-form {
		padding: 0 50px;
	}
	.section_stability_steps  {
		flex-direction: column;
		padding: 10px 0;
	}
	.LPForm.RForm {
		width: 100%;
	}
	.wrapper-small__br {
		display: none;
	}
	.section__stability_small figure p {
		padding-left: 0;
		margin-bottom: 0;
		font-size:20px;
	}
	.RForm form button {
		font-size: 16px;
	}
	.section_stability__text_small {
		font-size: 14px;
		letter-spacing: 0;
	}
	.footer-form_small {
		padding: 10px 0 10px 0;
	}
	.conditions {
		display: block;
	}
	.divider_link {
		display: none;
	}
	.header__logo {
		width: 70px;
		height: 17px;
	}
	@-moz-document url-prefix() {
		.wrapper_bg {
			background-position: center right;
		}
	}
}
@media all and (max-width: 600px) and (min-width: 560px) {
	.bitcoin__title_small {
		padding: 25px 0 25px 0 !important;
		margin-bottom: 0;
	}
}
@media all and (min-width: 480px) and (max-width:830px) {
	.uk-container.uk-container-center.uk-height-1-1 {
		padding: 0 25px;
		margin: 0 auto;
	}
	.wrapper-form {
		margin: 0 auto;
	}
	.block_bilcoin_small {
		padding-left: 10%;
	}
	.header__logo {
		width: 68px;
	}
	.content-form__title  {
		width: 100% !important;
		margin-top: 20px;
		font-size: 16px;
	}
	.content-main h1 {
		line-height: 42px;
		margin-bottom: 5px;
	}
	.content-main .header {
		margin: 15px 0;
	}
	.section_stability_steps {
		flex-direction: row;
		padding: 10px 0;
		width: 100% !important;
	}
	.section_trading .section_trading__easy_way {
		font-size: 19px;
		line-height: 22px;
	}
	.footer-main {
		font-size: 11px;
	}
	/* pixel */
	.bitcoin__title_small {
		text-align: center;
		padding: 25px 0 25px 0;
		font-size: 16px;
	}
	.RForm .agree-terms-conditions-label,
	.RForm .agree-terms-conditions-link {
		font-size: 10px;
	}
	.footer_text {
		padding: 0;
	}
}
@media all and (max-width:479px) {
	.br_trading_market,
	.br {
		display: block;
	}
	.container {
		padding: 0 10px
	}
	.content-main h1 {
		line-height: 26px;
	}
	form.uk-form {
		padding: 0 50px;
	}
	.uk-container.uk-container-center.uk-height-1-1 {
		padding: 0 20px;
	}
}
@media all and (min-width: 400px) and (max-width: 420px) {
	.content-main h1 {
		line-height: 30px;
	}
	.section_stability__text_small {
		font-size: 22px;
	}
	.block_bilcoin_small:before {
		left: 0;
	}
	.section_trading__maket,
	.section_trading__profit,
	.section_trading__guarantee {
		font-size: 15px;
	}
	.content-main .header {
		margin: 0 0 10px 0;
	}
	.section_trading__easy_way {
		font-size: 13px !important;
	}
	.content-form__title {
		font-size: 20px;
	}
	.uk-hidden-large .content-main h1 {
		line-height: 20px;
	}
	.RForm .agreementText {
		padding: 0;
	}
}
@media all and (max-width: 375px) {
	.bitcoin__title_small {
		font-size: 14px;
	}
	.block_bilcoin_small:before {
		left: 0;
	}
	.section_stability__text {
		text-align: left;
		font-size: 14px;
	}
	.section_stability_steps__text {
		margin: 0;
		text-align: left;
	}
	.br_trading_way,
	.footer_br,
	.divider_link {
		display: none;
	}
	.conditions,
	.divider_link,
	.br_trading,
	.br_form  {
		display: block;
	}
	.footer_divider {
		color: #1e53c5;
		display: none;
	}
	figure {
		flex-direction: row;
		justify-content: flex-start;
	}
	.section__stability_small figure p {
		padding-left: 30px;
		font-size: 16px;
		line-height: 22px;
	}
	.content-form__title {
		line-height: 20px;
		text-align: center;
		margin-top: 161px;
		font-size: 16px;
	}
	.section_trading__maket,
	.section_trading__profit,
	.section_trading__guarantee {
		font-size: 24px;
	}
	.content-main .header {
		margin: 0 0 10px 0;
		text-align: center;
	}
	.wrapper_bg {
		padding: 5px 15px 0 15px;
		background: url('/back.png') no-repeat;
		background-size: 100% 67%;
		background-color: #1e53c5;
	}
	.uk-hidden-large .content-main h1 {
		line-height: 25px;
		margin-bottom: 0;
		text-align: center;
	}
	.section_trading__easy_way {
		font-size: 11px !important;
		margin: 0 0 20px 0;
		text-align: center;
	}
	.wrapper-small {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.RForm .agree-terms-conditions-label,
	.RForm .agree-terms-conditions-link {
		font-size: 11px;
	}
	@-moz-document url-prefix() {
	}
}
@media all and (max-width: 360px) {
	.content-main .header {
		margin: 5px 0 10px 0;
	}
	.bitcoin__title_small {
		text-transform: inherit;
		font-size: 16px;
	}
	.section_stability__text {
		margin: 0;
	}
}
@media all and (max-width: 320px) {
	.content-form__title {
		margin-top: 100px !important;
	}
	.wrapper_bg {
		padding: 10px 17px 0 17px;
		background: url('/bg_320.png') no-repeat top center;
	}
	.section_trading__easy_way {
		margin: 0 0 20px 0;
		text-transform: inherit;
		font-size: 13px !important;
	}
	.uk-container.uk-container-center.uk-height-1-1 {
		padding: 0 15px;
	}
	.section_trading__easy_way {
		font-size: 10px;
		text-align: center;
	}
	.content-main .header {
		margin: 0 0 10px 0;
	}
	.section_trading__maket,
	.section_trading__profit,
	.section_trading__guarantee {
		font-size: 17px;
	}
	.bitcoin__title_small {
		font-size: 12px;
		margin-bottom: 0;
	}
	.footer_text {
		margin-top: 5px !important;
	    padding: 0px 25px 0 25px;
	}
	.uk-hidden-large .content-main h1 {
		line-height: 21px;
	}
	.link_policy {
		display: block;
	}
	.section_stability__text {
		margin-top: 20px;;
	}
	.block_bilcoin_small:before {
		left: 5px;
	}
	@-moz-document url-prefix() {
	}
}



.RForm form>div:nth-child(4) {
  order: 5;
}

.custom-form__ab * {
  box-sizing: border-box;
}

.custom-form__ab {
  margin-left: 0;
}

.custom-form__ab .custom-select {
  position: relative;
  font-family: Arial;
  display: flex;
  /* flex-direction: row-reverse; */
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
}

.RForm .direction-indent {
  order: 2;
  margin-left: 0px;
}

.custom-form__ab .custom-select select {
  display: none;
}

.custom-form__ab .select-selected {
  position: absolute;
  /* height: 37px; */
  top: 0;
  bottom: 0;
  left: 0px;
  display: flex;
  /* background-color: #fff; */
  width: 105px;
  /* position: relative; */
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  align-items: center;
  order: 1;
  /* border: 1px solid transparent; */
  border-right: none;
  margin: 5px 0;
	padding-left: 10px;
	z-index: 10;
}

.custom-form__ab .select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

.custom-form__ab .select-selected:hover:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #2e2c2c transparent transparent transparent;
}

.custom-form__ab .select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  transform: translateY(-80%);
  top: 50%;
}

.custom-form__ab .select-items .custom-option,
.select-selected,
.same-as-selected {
  display: flex;
  padding: 8px 9px;
  /* border: 1px solid transparent; */
  border: none;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  width: 100%;
  align-items: center;
}

.custom-form__ab .custom-option div,
.same-as-selected div {
  padding: 0 10px;
}

.custom-form__ab .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.custom-form__ab .select-hide {
  display: none;
}

.custom-form__ab .select-items .custom-option:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.custom-form__ab .phone_operator {
  display: none;
}

.custom-form__ab .select-selected .country-flag {
  /* margin-right: 10px; */
  width: 24px;
  height: 17px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.custom-form__ab .customer_phone.userPhone {
  /* border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important; */
  order: 2;
}

.custom-form__ab .custom-option {
  display: flex;
}

.custom-form__ab .custom-option .country-name {
  width: 75%;
  color: #000000;
}

.country-code {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
}

.custom-form__ab .select-selected .country-code {
  flex: 1;
  padding-right: 15px;
  text-align: center;
}

.custom-form__ab .custom-option .country-flag {
  padding-right: 0px;
  width: 24px;
  height: 17px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.custom-form__ab .custom-option .country-code {
  width: 25%;
  text-align: center;
  font-size: 15px;
}

.custom-form__ab .country-flag {
  background-repeat: no-repeat;
}

.custom-form__ab .customer_phone.userPhone {
  /* border-bottom-left-radius: 3px !important;
border-top-left-radius: 3px !important; */
  padding-left: 100px !important;
}

@media screen and (max-width: 400px) {
  .custom-form__ab .customer_phone.userPhone {
      padding-left: 104px !important;
  }
}

.virtual-list-wrapper::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5;
}

.custom-form__ab .custom-option .country-name {
  padding-left: 0px;
  line-height: 11px;
  font-size: 12px;

}
/** -scrollbar- */

.virtual-list-wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}

.virtual-list-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(left, #fff, #e4e4e4);
  border: 1px solid #aaa;
}

.virtual-list-wrapper::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.virtual-list-wrapper::-webkit-scrollbar-thumb:active {
  background: linear-gradient(left, #22ADD4, #1E98BA);
}
/* special fo Landing */

.custom-form__ab .select-items {
  margin-left: 0px;
}

.RForm .usf-button {
  display: flex;
  align-items: center;
  order: 6;
}

.RForm .usf-country {
  order: 5;
}

.userPhone:focus .select-selected {
  border-color: #00609B;
}

.customer_phone .userPhone {
  padding-left: 135px;
}

.direction-indent {
  width: 100%;
}

@media (max-width: 1440px) {
  .country-name {
      font-size: 14px;
      line-height: 12px!important;
  }
}

@media (max-width: 1199px) {
  .section-callback-form .uk-grid .uk-width-medium-1-2 {
      width: 100%;
      max-width: 48%;
  }
}

@media (max-width: 1178px) {
  .custom-form__ab .customer_phone.userPhone {
      padding-left: 135px;
  }
}

@media (max-width: 959px) and (min-width: 801px) {
  .custom-form__ab .select-items {
      /* margin-left: 20px; */
  }
}

@media (max-width: 959px) {
  .custom-form__ab .select-selected {
      left: 0px;
  }
  .custom-form__ab .select-items {
      /* margin-left: 30px; */
  }
}

@media (max-width: 950px) {
  .section-callback-form .uk-grid .uk-width-medium-1-2 {
      width: 100%;
      max-width: 100%;
  }
}

@media (max-width: 830px) {
  .custom-form__ab .select-selected {
    margin-left: 15px;
}
}

@media (max-width: 799px) {
  .custom-form__ab .select-items {
      position: absolute;
      background-color: #fff;
      top: 100%;
      /* bottom: inherit; */
      left: 0;
      right: 0;
      z-index: 99;
  }
  .custom-form__ab .select-selected {
    margin-left: 0px;
  }
}

@media (max-width: 770px) {
  .custom-select .tooltip:before {
      left: 0px;
  }
}

@media (max-width: 767px) {
  .custom-form__ab .customer_phone.userPhone {
      /* border-bottom-left-radius: 3px !important;
border-top-left-radius: 3px !important; */
      padding-left: 125px;
  }
  .custom-form__ab .select-selected {
      /* padding-left: 25px; */
  }
  .custom-form__ab .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    /* bottom: inherit; */
    left: 0;
    right: 0;
    z-index: 99;
}
}

@media (max-width: 736px) {
  .RForm .custom-form__ab .uk-width-large-1-3.uk-width-medium-1-2.uk-width-small-1-1.indent {
      padding: 0 0 0 0px !important;
  }
  .RForm .indent {
      width: 100%;
  }
  .custom-form__ab .select-selected {
    margin-left: 0px;
  }
  .custom-select .tooltip {
      position: static;
  }
  .custom-select .tooltip+.select-selected {
      border-color: #c23e3e;
      /* background: #ffe6e6; */
  }
  .custom-select .tooltip:before {
      left: 0px;
  }
}

@media (max-width: 639px) {
  .custom-form__ab .select-items {
      margin-left: 20px;
  }
  .custom-form__ab .select-items {
      margin-left: 0px;
  }
  .RForm .indent {
    padding: 0 0 0 15px !important;
  }
}

@media (max-width: 543px) {
  .RForm .indent {
      padding-left: 0px !important;
  }
  .section-advantages {
      padding: 0px;
  }
}

@media (max-width: 549px) {
  .bullets__item {
      height: 46px;
  }
  .section-advantages .section-advantages__elem-2 {
      display: none;
  }
}

@media (max-width: 375px) {
  .custom-form__ab .select-items {
      margin-left: 0px;
  }
  .custom-form__ab .customer_phone.userPhone {
      padding-left: 116px!important;
  }
}

@media (max-width: 959px) and (min-width: 768px) {
  .RForm .usf-email {
      order: 2;
  }
}

@media (max-width: 375px) {
  .RForm .indent {
      padding: 0 0 0 0px !important;
      min-width: 240px;
  }
  .custom-form__ab .select-selected {
      width: 121px;
  }
  .bullets__item {
      height: 54px;
  }
}



@media (min-width: 737px) and (max-width: 749px) {
  .uk-margin-small-top.agreementText {
      justify-content: center;
  }
}

@media (max-width: 320px) {
  .bullets__item {
      height: 50px;
  }
}




@media (max-width: 359px) {
  .country-name {
      font-size: 12px;
      line-height: 10px!important;
  }
}

@media (max-width: 330px) {
  .country-name {
      font-size: 11px;
      line-height: 10px!important;
  }
}

.agree-terms-conditions-bad .agree-terms-conditions-link {
	color: #f73d3d;
}