#header a, #footer a{
	text-decoration: none;
}
#header a:hover, #footer a:hover{
	text-decoration: underline;
}
#header #header-contacts{
	background-color: #fff;
	padding: 11px 0 12px;
}
#header #header-contacts a, #header #header-contacts span{
	font-size: 14px;
	color: rgb(0, 63, 121);
	font-weight: bold;
	line-height: 1.143;
	display: inline-block;
	padding: 5px 0 5px;
}
#header #header-contacts a.phone:nth-of-type(1){
	background-image: url('img/phone-icon.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 27px;
}
#header #header-contacts .phone-separator{
	margin: 0 7px;
}
#header #header-contacts a.whatsapp{
	background-image: url('img/whatsapp.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-left: 32px;
}
#header #header-contacts a.viber{
	background-image: url('img/viber.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-left: 32px;
}
#header #header-contacts a.telegram{
	background-image: url('img/telegram.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-left: 32px;
}
#header #header-contacts a.email{
	background-image: url('img/email.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-left: 32px;
}
#header a.cabinet{
	background-image: url('img/cabinet.png');
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 20px !important;
	margin-left: 32px;
}
#header-menu{
	background-color: #e4eaf0;
	padding: 0;
}
#header-menu div.container{
	position: relative;
	overflow: visible;
}
#header a.logo img {
	max-width: 150px;
}
#header ul.main-menu{
	padding: 0;
	position: relative;
	z-index: 10;
	margin: 25px 0;
	text-align: center;
}
#header ul.main-menu > li{
	font-size: 13px;
	color: rgb(37, 43, 75);
	text-transform: uppercase;
	/* position: relative; */
	padding: 15px;
	display: inline-block;
	vertical-align: middle;
}
#header ul.main-menu > li+li{
	/* margin-left: 44px; */
}
#header ul.main-menu a{
	color: inherit;
	display: block;
}
#header ul.main-menu > li > a{
	display: inline-block;
	position: relative;
}
#header ul.main-menu a.no-action:hover{
	text-decoration: none;
}
li.with-sub ul:before {
    position: absolute;
    content: '';
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
}

li.with-sub ul:after {
    position: absolute;
    content: '';
    border-bottom: 16px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    top: -16px;
    left: 15px;
}
#header ul.main-menu > li > ul{
	display: none;
	position: absolute;
	top: 50px;
	min-width: 220px;
	list-style: none;
	background-color: #fff;
	box-shadow: 0 10px 30px #4444;
	padding: 20px 20px 16px 16px;
}
#header ul.main-menu > li > ul > li{
	display: block;
	line-height: 18px;
	text-transform: none;
}
#header ul.main-menu > li > ul > li+li{
	padding-top: 16px;
}
#header ul.main-menu li:hover > ul{
	display: block;
}
#top-band{
	display: flex;
	justify-content: space-between;
}
#languages{
	position: absolute;
	top: 6px;
	right: 0px;
	font-size: 12px;
	color: rgb(37, 43, 75);
	line-height: 1.5;
}
#languages a{
	color: inherit;
}
#languages span{
	margin: 0 10px;
}
#header a.btn {
border: 1px solid transparent;
    padding: .5rem 3rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: .25rem;
    margin: 10px 0;
}
#footer{
	background-color: #091627;
	color: #d9d9d9;
	font-size: 14px;
	line-height: 1.286;
}
#footer #footer-top{
	background-color: #E4EAF0;
	padding: 22px 0 16px;
	color: #091627;
}
#footer a.logo{
	display: inline-block;
	background-image: url('img/logo.png');
	background-repeat: no-repeat;
	background-position: left center;
	width: 184px;
	height: 57px;
}
#footer h2{
	font-size: 18px;
	font-weight: normal;
	color: #091627;
	text-transform: uppercase;
	text-align: center;
	margin: 21px auto 20px;
}
#footer h3{
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: rgb(217, 217, 217);
	text-transform: uppercase;
	font-weight: normal;
	background-image: url('img/red-band.png');
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 10px 0 10px 20px;
	margin: 38px 0 26px;
}
#footer ul{
	padding: 0 0 0 15px;
}
#footer ul > li{
	padding-bottom: 14px;
}
#footer a{
	color: #222;
}
#footer ul.contacts{
	list-style: none;
	padding: 0 0 0 0;
}
#footer ul.contacts > li{
	padding-bottom: 9px;
}
#footer ul.contacts a.phone{
	font-size: 16px;
	color: rgb(217, 217, 217);
	line-height: 1.125;
}
#footer ul.contacts > li.separator{
	height: 20px;
}
#footer ul.contacts a.whatsapp{
	background-image: url('img/whatsapp2.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 25px;
	line-height: 25px;
}
#footer ul.contacts a.viber{
	background-image: url('img/viber2.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 25px;
	line-height: 25px;
}
#footer ul.contacts a.telegram{
	background-image: url('img/telegram2.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 25px;
	line-height: 25px;
}
#footer-form input{
	padding: 6px 1px 6px;
	border: none;
	width: 257px;
	display: block;
	margin-bottom: 5px;
	background-color: #f5f5f5;
	color: #333;
}
#footer-form textarea{
	padding: 6px 1px 6px;
	border: none;
	width: 449px;
	height: 85px;
	display: block;
	margin-bottom: 15px;
	background-color: #f5f5f5;
	color: #333;
}
#footer p.direct-mail{
	margin-top: 12px;
}
#first-screen{
	background-image: url('img/first-screen-bg.jpg');
	background-size: cover;
	background-position: center;
	padding: 80px 0 140px;
}
#first-screen h1{
	font-size: 36px;
	font-family: 'Roboto', sans-serif;
	color: rgb(255, 255, 255);
	line-height: 1.333;
	margin-bottom: 38px;
	text-align: left;
	font-weight: normal;
}
#first-screen h1 > span{
	display: block;
}
#first-screen h1 > span:nth-of-type(1){
	margin-top: 24px;
	font-size: 24px;
	margin-bottom: 32px;
}
#first-screen h1 > span:nth-of-type(2){
	margin-top: 24px;
	font-size: 18px;
}
#first-screen p{
	font-size: 16px;
	color: rgb(179, 179, 179);
	line-height: 1.5;
}
#first-screen a.book-link{
	display: inline-block;
	background-image: url('img/pdf-icon.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 70px;
	color: #dfdfdf;
	text-decoration: none;
}
#first-screen a.book-link>span{
	color: #ff015b;
	text-decoration: underline;
}
#what-we-do{
	padding: 77px 0 50px;
}
#what-we-do h2{
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	color: rgb(37, 43, 75);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 43px;
}
#what-we-do .container{
	padding: 0 32px;
}
#collage .row{
	background-color: #e4eaf0;
}
#collage .row > div{
	padding: 0;
}
#collage .collage-items{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#collage .row > div img{
	width: 100%;
	height: auto;
}
#collage h3{
	background-image: url('img/logo-small.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 48px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: rgb(37, 43, 75);
	font-weight: bold;
	line-height: 1.333;
	margin: 39px 10px 26px 32px;
}
#collage a.button{
	margin: 0px 10px 10px 32px;
}
#about-company{
	padding: 35px 0 81px;
}
#about-company .dark-logo{
	display: inline-block;
	background-image: url('img/logo.png');
	background-repeat: no-repeat;
	background-position: left 0px;
	width: 187px;
	height: 62px;
	margin-bottom: 26px;
}
#about-company h2{
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	color: rgb(37, 43, 75);
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 35px;
}
#about-company p.note{
	background-color: #e4eaf0;
	font-size: 12px;
	color: rgb(51, 51, 51);
	line-height: 1.5;
	text-align: center;
	padding: 36px 10px 52px;
	margin: 93px 0 20px;
}
#success-story{
	background-color: #f5f5f5;
	background-image: url('img/history-bg.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	padding: 68px 0 50px;
}
#success-story h2{
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	color: #cfcfcf;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 37px;
}
#success-story h3{
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #cfcfcf;
	font-weight: bold;
	line-height: 1.333;
	margin: 45px 0 18px;
}
#success-story p.screen-note{
	margin-top: 63px;
	margin-bottom: 30px;
}

h1 {
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	color: rgb(37, 43, 75);
	/*color: #cfcfcf;*/
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.25;
	text-align: center;
	margin: 80px 0 34px;
}
h3 {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #cfcfcf;
	font-weight: bold;
	line-height: 1.667;
	text-align: left;
	margin: 0px 0 16px;
}
img.sub-page-image{
	margin: 9px 0 20px;
}
#order-form{/*	background-color: #e4eaf0;*/background: none;padding: 23px 33px 28px;/* margin: 40px 0 40px; */border: 4px solid #5cb85c;}
#order-form input{
	padding: 6px;
	width: 100%;
	display: block;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 1.286;
	color: #333;
}
#order-form textarea{
	padding: 6px;
	width: 100%;
	height: 100px;
	display: block;
	margin-bottom: 10px;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.286;
	color: #333;
}
#order-form h4 {
    /*    font-size: 18px;
    color: #cfcfcf;
    line-height: 3.4;
    background-image: url(/themes/default/img/budrigantrade_logo_svg.svg);
    background-repeat: no-repeat;
    background-position: left 0px;
    padding: 0 0 0 120px;
    margin-bottom: 10px;*/
    font-size: 18px;
    color: #000;
    line-height: 3.4;
    background-image: url(/themes/default/img/budrigantrade_logo_svg.svg);
    background-repeat: no-repeat;
    background-position: left -10px;
    padding: 15px 0 0 120px;
    margin-bottom: 16px;
    background-size: 120px auto;
    }
div.note{
	background-color: #e4eaf0;
	font-size: 12px;
	color: rgb(51, 51, 51);
	line-height: 1.5;
	text-align: center;
	padding: 36px 10px 48px;
	margin: 52px 0 20px;
}
a.pdf{
	display: inline-block;
	background-image: url('img/pdf-icon.png');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 70px;
}
.sub-page-container{
	padding-bottom: 52px;
}
#cabinet{
	/*outline: 1px solid #ccc;*/
	padding-bottom: 80px;
}
#cabinet p{
	line-height: 1;
}
#cabinet h4{
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 2rem;

}
#cabinet h3{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 16px;
	text-transform: uppercase;
	color: #FF005C;
	margin-bottom: 20px;
}
#cabinet h5{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 14px;
	color: #333333;
}
#cabinet-top{
	display: flex;
	justify-content: space-between;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 16px;
	padding: 12px 16px;
	line-height: 25px;
	margin-bottom: 50px;
	background: #51af4c;
	padding: 2%;
	border-radius: 5px;
}
#cabinet-top .user{
	background-image: url('img/user.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 55px;
	background-size: auto 75%;
	color:  #fff;
}
#user_email, #user_name, #cabinet-top .user a {
    color: #fff;
    font-weight: bold;
}


#cabinet-top .settings{
	display: inline-block;
	background-image: url('img/settings.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-left: 30px;
	color: #fff;
    text-transform: uppercase;
}
#cabinet-top .investing{
	display: inline-block;
	background-image: url('img/investing.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-left: 30px;
    color: #fff;
    text-transform: uppercase;
}
#cabinet-top .kassa{
	display: inline-block;
	background-image: url('img/kassa.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-left: 30px;
    color: #fff;
    text-transform: uppercase;
}
#cabinet-top .back{
	display: inline-block;
	background-image: url('img/back.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
    color: #fff;
    text-transform: uppercase;
}
#cabinet-top .exit{
	display: inline-block;
	background-image: url('img/exit.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-left: 40px;
    color: #fff;
    text-transform: uppercase;
}
#cabinet #sum-panel{
	background-color: #F8F8F8;
	padding: 32px 5px 37px 32px;
}
#cabinet .work-money {
    background-image: url(img/trade-money.png);
}
#cabinet .bc-money {
    background-image: url(img/bc_coin.png);
}
#cabinet .trade-money {
    background-image: url(img/grafik.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 60%;
    line-height: normal;
    font-size: 17px;
    color: #fff;
    margin-bottom: 15px;
    background-color: #51af4c;
    margin-left: -10px !important;
    padding: 10px 20px 10px 70px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;    
}
#cabinet .safe-money{
	background-image: url('img/safe.png');
}
#cabinet .work-money, #cabinet .bc-money, #cabinet .safe-money {
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 60%;
    line-height: normal;
    font-size: 17px;
    color: #fff;
    margin-bottom: 15px;
    background-color: #51af4c;
    margin-left: -10px !important;
    margin-right: -10px !important;    
    padding: 20px 20px 20px 70px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
}


.ballance {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 3;
}
.loader-balans {
	display:none;
	color: #477eff;
	font-size: 10px;
	margin: 50px auto;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load4 0.6s infinite linear;
	animation: load4 0.6s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
  }
  @-webkit-keyframes load4 {
	0%,
	100% {
	  box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}
	12.5% {
	  box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	25% {
	  box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	37.5% {
	  box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	50% {
	  box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	62.5% {
	  box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}
	75% {
	  box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}
	87.5% {
	  box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
  }
  @keyframes load4 {
	0%,
	100% {
	  box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}
	12.5% {
	  box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	25% {
	  box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}
	37.5% {
	  box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	50% {
	  box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}
	62.5% {
	  box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}
	75% {
	  box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}
	87.5% {
	  box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
  }
  

#cabinet input{
	font-size: 16px;
	padding: 6px 0;
	text-align: center;
	background: none;
	border-color: #4cae4c;
}
#cabinet .last-trade-result{
	margin: -10px 0 16px;
	text-align: center;
}
#cabinet .trage-last-change a {
	text-align: center;
	color: #75ad54;
	width: 100%;
    display: inline-block;
}
#cabinet .last-trade-result .plus{
	font-family: Roboto;
    font-style: normal;
    line-height: normal;
    font-size: 24px;
    color: #c94631;
    font-weight: bold;
    display: block;
    margin: 30px 0 10px 0 !important;
}
#cabinet .last-trade-result .minus{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 36px;
	color: #FF0000;
	margin-right: 16px;
}
#cabinet .trage-last-change{
	margin-bottom: 60px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0px;
}
#cabinet #user-info{
	padding: 41px 0 20px;
}
#cabinet #user-info .work-money{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 30px;
	color: #FF005C;
	margin-bottom: 9px;
}
#cabinet #user-info .work-money+p{
	margin-bottom: 32px;
}
#cabinet #user-info .safe-money{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 30px;
	color: #002F5B;
	margin-bottom: 9px;
}
#cabinet #user-info .safe-money+p{
	margin-bottom: 32px;
}
#cabinet #user-trade-panel{
/*	margin: -9px 0 24px;
	background: #4cae4c;*/
	padding: 2%;
}
#cabinet #user-trade-panel .trage-last-change{
	margin: -7px 0 45px;
}
#cabinet #user-trade-panel button{
	margin-bottom: 32px;
}
#cabinet #user-safe-panel{
	/*margin: -9px 0 24px;
	background: #4cae4c;*/
	padding: 2%;
}
#cabinet #user-safe-panel a {
	text-align: center;
	color: #75ad54;
	width: 100%;
    display: inline-block;
}
#cabinet #user-safe-panel button.to_trade, #cabinet #user-safe-panel button.from_trade, #cabinet #user-safe-panel button.buy_bc {
	padding: 0px 20px;
    height: 65px;
    width: 50%;
    margin: 0 auto;
    display: block;
    border-radius: 0;
    border: 2px solid;
    
}

#cabinet #user-safe-panel button.to_trade:hover, #cabinet #user-safe-panel button.from_trade:hover {
	color: #FFF;
	background-color: #75ad54;
	border-color: #75ad54;
}

#cabinet #user-safe-panel button.buy_bc {
	color: #c94631;
	background-color: #fadeda;
}
#cabinet #user-safe-panel button.buy_bc:hover {
	color: #FFF;
	background-color: #c94631;
	border-color: #c94631;
}

#cabinet #user-safe-panel button:nth-of-type(3){
	margin-bottom: 32px;
}

#drag-and-drop-zone{
	display: inline-block;
	margin-bottom: 20px;
}
.screenshot-container{
	width: 1100px;
	min-height: 650px;
}
.screenshot-link{
	display: inline-block;
	width: 21px;
	height: 19px;
	background-image: url('img/eye.png');
	background-repeat: no-repeat;
}
#partner-reg-form label{
	display: block;
}
#partner-reg-form input{
	width: 240px;
}
.input-note{
	margin-left: 10px;
	color: #FF3E3E;
	font-size: 14px;
}
#partner-setting-form label{
	display: block;
}
#partner-setting-form input{
	width: 100%;
	text-align: left;
	font-weight: normal;
}
#partner-setting-form label span {
    display: block;
    height: 1.8em;
}

@media (min-width: 992px){ /* lg */
	
}
@media (max-width: 991px){ /* md */
	#header-contacts > div{
		text-align: center;
	}
	#header ul.main-menu{
		max-width: 100%;
		margin-top: 20px;
		display: none;
	}
	#header ul.main-menu li{
		margin: 0px;
		width: 100%;

	}
	#header ul.main-menu li+li{
		margin: 0px;
	}
	#header ul.main-menu li > a{
		padding: 5px 0;
	}
	#header ul.main-menu > li > ul {
	    position: unset;
	    text-align: center;
	    font-size: 1.5rem;
	}
	li.with-sub ul:before, li.with-sub ul:after {
		display: none;
	}
	li.with-sub>a:after {
	    position: absolute;
	    content: '';
	    top: 50%;
	    margin-top: -4px;
	    right: -15px;
	    width: 5px;
	    height: 5px;
	    border-right: 1px solid #000;
	    border-bottom: 1px solid #000;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transition: all .3s;
	    -o-transition: all .3s;
	    transition: all .3s;
	}
}
@media (max-width: 767px){ /* sm */
	#cabinet #user-safe-panel button.to_trade, #cabinet #user-safe-panel button.from_trade, #cabinet #user-safe-panel button.buy_bc {
		width: 100%;
	}
	#header a.logo img {
	    max-width: 90px;
	    margin-left: -15px;
	    margin-top: -5px;
	}
	#cabinet-top {
		display: inline-block;
		line-height: 30px;
		text-align: center;
		font-size: 1.4rem;
	}
	#cabinet-top .kassa, #cabinet-top .investing, #cabinet-top .settings, #cabinet-top .exit, #cabinet-top .user {
		background: none;
		margin-left: 0;
		padding: 5px;
	}
}
@media (max-width: 479px){ /* xs */
	
}

.first_stage_pay {
    border-bottom: solid 3px #aaa;
    color: #aaa !important;
}
.first_stage_pay.active {
    border: solid 3px #4cae4c;
    background: none;
    color: #4cae4c !important;
}
.second_stage_pay {
    border-bottom: solid 3px #4cae4c;
    color: #4cae4c !important;
}
.second_stage_pay.active {
    border-bottom: solid 3px #1E284C;
    background: aliceblue;
    color: #1E284C !important;
}
.tabs_pay_form{
    height: 50px;
}
.operation_type_pay {
    height: 100px;
}

.second_stage_pay_content.hidden{
	display: none;
}
.first_stage_pay_content.hidden{
	display: none;	
}
