<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@font-face {
    font-family: 'Proxima Nova Regular';
    src: local('Proxima Nova Regular'), local('Proxima-Nova-Regular'),
        url('/themes/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('/themes/fonts/ProximaNova-Regular.woff') format('woff'),
        url('/themes/fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
@font-face {
    font-family: 'Proxima Nova Italic Regular';
    src: local('Proxima Nova Regular Italic'), local('Proxima-Nova-Regular-Italic'),
        url('/themes/fonts/ProximaNova-RegularIt.woff2') format('woff2'),
        url('/themes/fonts/ProximaNova-RegularIt.woff') format('woff'),
        url('/themes/fonts/ProximaNova-RegularIt.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
  }
@font-face {
    font-family: 'Proxima Nova Bold';
    src: local('Proxima Nova Bold'), local('Proxima-Nova-Bold'),
        url('/themes/fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('/themes/fonts/ProximaNova-Bold.woff') format('woff'),
        url('/themes/fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&amp;display=swap');
html, body{
  height: 100%;
}
body{
	/*	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
	overflow-x: hidden;*/
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	color: #212529;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.6;
	}
body.modal-open{
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6, p, ul{
	margin: 0 0 10px;
}
a.anchor{
	text-decoration: none;
}
p{
	margin: 0;
	margin-bottom: 1rem;
}
a{
    outline: none;
    /*text-decoration: underline;*/
    color: #cfcfcf;
}
a:hover{
	/*color: #ff015b*/;
}
ul{
	padding-left: 25px;
	text-align: left;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  vertical-align: middle;
  }
button, a.button{
	display: inline-block;
	padding: 8px 24px 7px;
	margin: 0 0 5px 0;
	cursor: pointer;
	background-color: #5cb85c;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.02em;
	text-transform: none;
	border-style: solid;
	border-width: 1px;
	border-color: #5cb85c;
	text-decoration: none;
	border-radius: 3px;
}
.btn {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
}
.mt-4, .my-4 {
    margin-top: 2.5rem !important;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-size: 1.6rem;
    padding: 1rem 3rem;
    margin-top: 25px;
}
.upload-button{
	display: inline-block;
	padding: 8px 24px 7px;
	margin: 0 0 5px 0;
	cursor: pointer;
	background-color: #002f5b;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.02em;
	text-transform: none;
	border-style: solid;
	border-width: 1px;
	border-color: #002f5b;
	text-decoration: none;
	position: relative;
}
.upload-button input{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	bottom: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
a.button:hover, button:hover{
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}
button.transparent, a.button.transparent{
	display: inline-block;
	cursor: pointer;
	background-color: transparent;
	background-image: none;
	color: #FF535A;
	border-style: solid;
	border-width: 1px;
	border-color: #FF535A;
	border-radius: 2px;
}
a.button.transparent:hover, button.transparent:hover{
	text-decoration: none;
	background-color: #FF535A;
	background-image: -moz-linear-gradient( 0deg, rgb(255,80,93) 0%, rgb(255,106,75) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,80,93) 0%, rgb(255,106,75) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,80,93) 0%, rgb(255,106,75) 100%);
	border-color: #FF535A;
	color: #fff;
}
#after-header{
	display: none;
}
/* Bottom footer start */
/*#page{
  min-height: calc(100vh - 509px);
}*/
#footer{
	height: 250px;
	font-family: 'Roboto', sans-serif;
}
#footer ul {
    list-style: none;
}
#footer ul li {/*    line-height: 0px;*/line-height: 1;font-size: 1.5rem;text-align: center;}
/* Bottom footer end */

ul.no-style{
	list-style: none;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
img{
	width: 100%;
	height: auto !important;
}
.login_lang a img {
    width: auto;
}
.login_lang {
    text-align: right;
}
#call-back-dialog{
	width: 100%;
}
#call-back-dialog h3{
	font-size: 20px;
	margin: 0 0 10px 0;
	width: 230px;
}
#call-back-dialog h4{
	font-size: 14px;
	margin: 0 0 15px 0;
	max-width: 230px;
}
#call-back-dialog div.button-container{
	padding: 20px 0 0 0;
	text-align: center;
}
#call-back-dialog label{
	font-weight: normal;
	position: relative;
	display: block;
	width: 230px;
	margin: 0 0 10px 0;
	line-height: 1.2;
}
#call-back-dialog input, #call-back-dialog select{
	border: 1px solid #999;
	margin: 5px 0 9px 0;
	border-radius: 2px;
	width: 230px;
	height: 27px;
	padding: 0 2px;
	margin: 0;
	display: block;
}
#call-back-dialog .warning{
	display: none;
	width: 16px;
	height: 23px;
	background-color: #FF6600;
	position: absolute;
	right: 2px;
	bottom: 2px;
	background-image: url('img/warning2.png');
	background-repeat: no-repeat;
	background-position: 6px 5px;
}
#call-back-dialog #form-note{
	color: #1b2530;
	font-size: 14px;
	line-height: 1.2;
	padding: 5px 0 5px;
	display: none;
	width: 223px;
}
#call-back-dialog #form-note.error{
	color: #FF0000;
}
#call-back-dialog #form-note.success{
	color: #1b2530;
}
	#main_video iframe {
		height: 305px !important;
	}
.modal-bg{
	position: fixed;
	width: 100%;
	min-height: 100%;
	background: rgba(0,0,0,0.8);
	left: 0px;
	top: 0px;
	z-index: 90;
	overflow: auto;
}
.modal-panel{
	position: absolute;
	background: #fff;
	left: 0px;
	top: 0px;
	z-index: 100;
	box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
	padding: 32px 40px;
	margin: 0px;
	max-width: 100%;
}
.close-button{
	width: 33px;
	height: 33px;
	background-image: url("./img/close-button.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	transition: all ease-out 0.5s;
}
.modal-panel .close-button{
	position: absolute;
	top: 4px;
	right: 4px;
}
p.success{
	min-height: 45px;
	background-image: url("./img/success.png");
	background-repeat: no-repeat;
	background-position: left 9px;
	padding: 20px 10px 10px 50px;
	color: green;
}
p.warning{
	min-height: 45px;
	background-image: url("./img/warning.png");
	background-repeat: no-repeat;
	background-position: left 9px;
	padding: 20px 10px 10px 50px;
	color: #c00;
}
.modal-panel h5.success{
	width: 300px;
	max-width: 100%;
	background-image: url("./img/success-icon.png");
	background-repeat: no-repeat;
	background-position: center 5px;
	padding: 112px 0px 15px;
	color: #333;
	text-align: center;
}
.modal-panel h5.warning{
	width: 300px;
	max-width: 100%;
	background-image: url("./img/warning-icon.png");
	background-repeat: no-repeat;
	background-position: center 5px;
	padding: 112px 0px 15px;
	color: #333;
	text-align: center;
}
#move-money-dialog{
	width: 100%;
}
#move-money-dialog h3{
	font-size: 20px;
	margin: 0 0 10px 0;
	width: 230px;
}
#move-money-dialog h4{
	font-size: 14px;
	margin: 0 0 15px 0;
	max-width: 230px;
}
#move-money-dialog div.button-container{
	padding: 10px 0 0 0;
	text-align: center;
}
#move-money-dialog label{
	font-weight: normal;
	position: relative;
	display: block;
	width: 230px;
	margin: 0 0 10px 0;
	line-height: 1.2;
	text-align: center;
}
#move-money-dialog input{
	border: 1px solid #999;
	margin: 5px 0 9px 0;
	border-radius: 2px;
	width: 80px;
	height: 27px;
	padding: 0 2px;
	margin: 0;
	display: inline-block;
}
#confidence{
	width: 600px;
	height: 400px;
	overflow: auto;
	background-color: #fff;
	color: #333 !important;
}
#credits{
	/*font-family: Arial, Sans Serif;*/
	position: relative;
	height: 0px;
	top: -17px;
}
#credits &gt; div{
	height: 16px;
	margin: 0 auto;
	text-align: left;
}
#credits a{
	color: #fff;
	text-decoration: none;
	transition: 0.2s linear;
	opacity: 0.3;
	font-size: 13px;
	line-height: 1;
	position: relative;
	left: calc(100% - 190px);
	top: -25px;
}
#credits a:hover{
	opacity: 0.7;
}
#credits a &gt; img{
	position: relative;
	top: -1px;
}
.block-wrapper {
    margin: 50px 0;
}
@keyframes myanimation {
    0% {transform:rotateY(0deg);}
    100% {transform:rotateY(180deg);}
}
.rotate-coin {
    animation:myanimation 2s infinite alternate linear;
    /* float:left; */
    font:40px Verdana;
    max-width: 80%;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.block-1_item .img-container .img {
    background-size: cover;
    background-position: 50% 50%;
    height: 300px;
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 25%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 25%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.block-1_item:hover .img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.block-1_item .date {
    font-size: 15px;
    color: #adb5bd;
    margin-bottom: 10px;
}
a h2.title {
	text-decoration: none !important;
}
.block-1_item .title:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 0;
    height: 1px;
    background: #e31f25;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.block-1_item:hover .title:after {
    opacity: 1;
    left: 20%;
}
.block-1_item:hover .title {
    color: #e31f25;
    text-decoration: none !important;
}
.block-2 {
    background-image: url(/themes/default/img/in-wave-background-3.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding: 40px 0;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
}
.block-2 img {
	width: unset;
	max-width: 100%;
}
.block-63 {
    padding: 150px 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    position: relative;
}
.block-63 .content-container {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
}
.block-63 .content-container .lines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3rem;
}
.block-63 .content-container .lines:before, .block-63 .content-container .lines:after {
    content: '';
    width: 44px;
    border-top: 2px solid #e31f25;
    margin: 0 7px;
    display: inline-block;
}
.block-63:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(30,40,75,.7);
}
.block-11 {
    background: #f8f9fa;
    border-bottom: 2px solid #e8e8e8;
}
.block-11 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 22px;
}
.block-12 {
    background: #f8f9fa;
}
.block-12 .block-title {
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
.block-wrapper-inside {
    padding: 50px 0;
}
.block-12 .item-container {
    margin-bottom: 30px;
    text-align: center;
}
.block-12 .item-container .item {
    border-bottom: 2px solid;
}
.block-12 .item-container .item .i-title {
    font-size: 72px;
    font-weight: 100;
    line-height: 72px;
    margin-bottom: 30px;
}
.block-12 .item-container .item .desc {
    margin-bottom: 40px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col.item-container {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
@media (min-width: 768px) {
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}
.block-11 .item img {
    width: 55px;
    height: 55px;
    margin-right: 15px;
}
.block-wrapper-inside {
    padding: 50px 0;
}
.wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
:focus::-webkit-input-placeholder{
	color: transparent !important;
}
:focus::-moz-placeholder{
	color: transparent !important;
}
:focus:-moz-placeholder{
	color: transparent !important;
}
:focus:-ms-input-placeholder{
	color: transparent !important;
}
::-webkit-input-placeholder{
	color: #919191 !important;
	font-weight: 400 !important;
}
::-moz-placeholder{
	color: #919191 !important;
	font-weight: 400 !important;
}
:-moz-placeholder{
	color: #919191 !important;
	font-weight: 400 !important;
}
:-ms-input-placeholder{
	color: #919191 !important;
	font-weight: 400 !important;
}
.news-item-1 .item {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    margin-bottom: 30px;
}
.news-item-1 .item .c-item {
    min-height: 250px;
    padding: 40px;
}
.news-item-1 .item .date {
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
    background: transparent url(//budrigantrade.hurynovich.by/wp-content/themes/gurinovich-theme/css/../flexible-content/modules/news-block-1/img/icon-date.svg) left 50% no-repeat;
    background-size: 13px 13px;
    padding-left: 20px;
    margin-bottom: 15px;
}
.news-item-1 .item .desc {
    color: #fff;
}
.news-item-1 .item * {
    position: relative;
    z-index: 3;
}
.news-item-1 .item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.55);
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news-item-1 .item:hover:after {
    border-width: 3px;
}
.news-item-1 .item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 solid;
    z-index: 2;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
a.item:hover {
	color: #a11418;
	text-decoration: none;
}
.news-item-1 .item:hover:before {
    background: rgba(0,0,0,.7);
}

.cart-info select{
    display: inline-block;
    padding: 8px 24px 7px;
    margin: 0 0 5px 0;
    cursor: pointer;
    background: none;
    font-size: 14px;
    line-height: 18px;
    color: #4cae4c;
    font-weight: normal;
    letter-spacing: 0.02em;
    text-transform: none;
    border-style: solid;
    border-width: 1px;
    border-color: #4cae4c;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}
.cart-info option {
    background: rgba(255,255,255,0);
    color: #cfcfcf;
}
#send_request_pay_system, #send_request_payout_system, #send_request, #go_back {
    display: inline-block;
    padding: 8px 24px 7px;
    margin: 0 0 5px 0;
    cursor: pointer;
    background-color: #4cae4c;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.02em;
    text-transform: none;
    border-style: solid;
    border-width: 1px;
    border-color: #4cae4c;
    text-decoration: none;
}
#send_request:hover, #send_request_pay_system:hover, #send_request_payout_system:hover{
    text-decoration: none;
    background-color: #ff015b;
    border-color: #ff015b;
}
.cart-info td {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    color: #4cae4c;
    padding: 5px 15px;
}
.col-md-offset-2 {
    /*margin-left: 10px;
    width: auto;*/
}
.start_text{
    margin-top: 50px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
}
.short_end_article {
    display: block;
    margin-top: 420px;
}
.main-footer-bottom .main-footer-bottom-wrp .copyright {
    font-size: 12px;
    color: #8192a1;
    margin: 0 auto;
}
.main-footer-bottom {
    width: 100%;
    /*background-color: #222e36;*/
}
.main-footer-bottom .main-footer-bottom-wrp {
    height: 65px;
}
.align-items-center {
    align-items: center !important;
}
.main-footer-bottom .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.main-footer-bottom .main-footer-bottom-wrp .legal-link:nth-child(1) {
    margin-left: 0;
}
.main-footer-bottom .main-footer-bottom-wrp .legal-link {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    margin-left: 25px;
}
.main-footer-bottom .main-footer-bottom-wrp .legal-link:hover {
    color: #a0a0a0;
}
.budrigan_decs {
    margin-top: 65px;
}
.budrigan_decs p{
    text-align: justify;
}
.pay_systems_grid table{
    margin-top: 20px;
}
.pay_systems_grid table tr td {
    padding: 10px;
    text-align: center;
}
.pay_systems_grid table tr td img {
    width: 60%;
}
span.fl-r.strelka {
    margin-left: -25px;
    position: absolute;
    margin-top: 6px;
    z-index: -1;
}
.icons_col a img {
    width: auto;
}
.loader {
    border: 10px solid #002f5b;
    border-top: 10px solid #FFFFFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.screenshot-container img {
    max-height: 650px;
}


.soc-ico {
	float: right;
    padding: 0 10px 0 20px;
}

.soc-ico2 {
    float: right;
    padding-left: 15px;
}
.soc-ico2 a{
    font-size: 24px!important;
}
.fa-youtube:before {
   color: #cc181e;
}
.fa-instagram:before {
    color: #7a20bb;
}
.fa-facebook-f:before, .fa-facebook:before {
    color: #3a559f;
}
.fa-twitter:before {
    color: #00acee;
}
.otzyv img {
    width: auto;
    padding: 10px 0;
}
#header-contacts .container {
    overflow: visible;
}
.border-bottom-container{
    height: 100%;
    border-bottom: 2px solid #ec9b1b;
}
#first-screen-new {
	background-color: #302781b8;
}
.row-header h2, .row-header h3 {
    color: #ffffff;
    font-family: 'Proxima Nova Bold';
    font-weight: bold;
    text-transform: uppercase;
}
.row-header h2 {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 25px;
    font-family: 'Proxima Nova Bold';
    font-size: 36px;
}
.row-header h3 {
    font-size: 22px;
}
.article-image {
    width: calc(100% - 20px);
    margin: auto;
    border-radius: 10px;
}
.article-image-block {
    padding: 40px 0px;
    text-align: center;
}
.block-title {
    text-transform: uppercase;
    font-size: 3rem;
    margin-bottom: 15px;
    line-height: 1.5;
}
h3.article-title {
    color: #cacaca;
    font-family: 'Roboto';
    font-size: 26px;
    text-transform: uppercase;
}
p.article_text {
    color: #cfcfcf;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2rem;
}
.container.corned-container {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 70px 150px;
}
.container.corned-container:before {
    height: 180px;
    width: 180px;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 12px solid #ec9b1b;
    border-top: 12px solid #ec9b1b;
}
.block-52 .card .img span {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 101%;
    background: -webkit-gradient(linear,left bottom,left top,from(#f7f7fa),color-stop(60%,rgba(247,247,250,.599877)),to(rgba(247,247,250,0)));
    background: -webkit-linear-gradient(bottom,#f7f7fa 0%,rgba(247,247,250,.599877) 60%,rgba(247,247,250,0) 100%);
    background: -o-linear-gradient(bottom,#f7f7fa 0%,rgba(247,247,250,.599877) 60%,rgba(247,247,250,0) 100%);
    background: linear-gradient(
0deg
,#f7f7fa 0%,rgba(247,247,250,.599877) 60%,rgba(247,247,250,0) 100%);
    bottom: 0;
    left: 0;
    right: 0;
}
.block-52 .card .img img {
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
,block-52 .card .img {
    position: relative;
    overflow: hidden;
}
.block-52 .card-body {
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 0 40px 40px;
}
.block-52 .card-title {
    font-size: 25px;
    color: #212529;
    text-transform: uppercase;
    font-weight: 600;
    border-left: 4px solid #e31f25;
    padding-left: 15px;
    margin-bottom: 15px;
}
.block-52 .card-text {
    color: #343a40;
    text-align: left;
}
.block-52 .card-link {
    display: block;
    text-decoration: underline;
}
.block-52 .card .img {
    position: relative;
    overflow: hidden;
}
.block-52 {
    padding: 100px 0;
    background-image: url('/themes/default/img/in-profit-decor-3.svg');
    background-repeat: no-repeat;
    background-size: 960px 710px;
    background-position: 20% 30%;
}
.block-52 .card:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.block-79 .block-79-slider .slick-list {
    margin: 0 -15px;
}
.block-79 .block-79-slider .slide .content {
    background: #f8f9fa;
    padding: 50px;
    text-align: center;
    position: relative;
    margin: 15px;
}
.block-79 .block-79-slider .slide .content .quote {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50px;
    top: 50px;
    fill: #e31f25;
}
.block-79 .block-79-slider .slide .content .img img {
    display: block;
    margin: 0 auto 15px;
    border-radius: 50%;
    max-width: 110px;
}
.block-79 .block-79-slider .slide .content .name {
    text-transform: uppercase;
    font-weight: 700;
}
.block-79 .block-79-slider .slide .content .name {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
}
.block-79 .block-79-slider .slide .content .desc {
    color: #999;
    margin-bottom: 15px;
    min-height: 150px;
}
.slick-slider ul.slick-dots li:hover button, .slick-slider ul.slick-dots li.slick-active button {
    background: #e31f25;
    cursor: pointer;
}
.slick-slider ul.slick-dots li button {
    outline: none;
    border: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    background: #343a40;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.block-1 * {
    position: relative;
    z-index: 4;
}
.block-1 .sub-title:before {
    content: '';
    position: absolute;
    width: 180px;
    height: 400px;
    background: #dee2e6;
    left: -30px;
    top: -30px;
    z-index: 3;
}
.block-1 .sub-title {
    color: #6c757d;
    font-size: 18px;
    font-weight: 300;
    position: relative;
}
.block-1 .sub-title:after {
    content: '';
    position: absolute;
    width: 180px;
    height: 400px;
    background: #e9ecef;
    left: 0;
    top: 0;
    -webkit-box-shadow: 30px 30px 0 #f8f9fa;
    box-shadow: 30px 30px 0 #f8f9fa;
    z-index: 2;
}
.block-1_item .img-container .img {
    background-size: cover;
    background-position: 50% 50%;
    height: 300px;
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 25%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 25%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.block-1_item .title, .block-1 a {
    font-size: 18px;
    color: #000;
    position: relative;
    padding-bottom: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}




.block-1 .block-title {
    margin-bottom: 30px;
    text-align: left;
}
.block-1_item {
    display: block;
    margin-bottom: 30px;
}
.block-1_item .img-container {
    overflow: hidden;
    margin-bottom: 10px;
}
block-1_item .img-container .img {
    background-size: cover;
    background-position: 50% 50%;
    height: 300px;
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 25%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 25%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.container.corned-container:after {
    height: 180px;
    width: 180px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-right: 12px solid #ec9b1b;
    border-bottom: 12px solid #ec9b1b;
}
.attention-title {
    color: #ec9b1b;
    font-family: 'Proxima Nova Bold';
}
#front-news .attention-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.imaged-container {
    overflow: visible;
    padding-top: 30px;
    padding-bottom: 30px;
}
.container.imaged-container:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 260px;
    width: 46%;
    background-color: #ffffff;
    background: url(/themes/default/img/coin.png);
    background-size: auto 85%;
    background-repeat: no-repeat;
    background-position: right calc(50% - 35px) bottom 30px;
    animation: rotate_coin 2s infinite alternate linear;
}
.high-attention-title {
    color: #ec9b1b;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Proxima Nova Bold';
    font-size: 26px;
    font-weight: bold;
    padding: 30px 0px 5px 0px;
}
ul.attention-list {
    color: #cacaca;
    text-transform: uppercase;
    padding-bottom: 15px;
    list-style: none;
    font-family: 'Roboto', sans-serif;
}
ul.attention-list li:before {
    content: "$ ";
    color: #ec9b1b;
    font-weight: bold;
}
.bordered-container {
    border: 12px solid #ec9b1b;
    margin-bottom: 40px;
}
.bordered-container h2 {
    margin-bottom: 40px;
}
.both-bordered {
    border-left: 4px solid #ec9b1b;
    border-right: 4px solid #ec9b1b;
}
.news-item-text {
    background: #0d0379;
    padding: 15px 20px;
    color: #cfcfcf;
}
p.news-item-date {
    text-align: center;
    text-decoration: underline;
    padding: 5px;
    color: #ec9b1b;
    font-family: 'Proxima Nova Bold';
    font-weight: bold;
}
.review-text {
    color: #cfcfcf;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    line-height: 1.1;
}
h2.news-item-title {
    font-family: 'Proxima Nova Bold';
}
p.news-item-description {
    font-family: 'Roboto', sans-serif;
}
.review-item {
    display: flex;
    align-items: center;
}
.bottom-button {
    color: #ec9b1b;
    display: block;
    border: 2px solid #ec9b1b;
    width: fit-content;
    height: 45px;
    text-align: center;
    padding: 8px 10px;
    font-family: 'Proxima Nova Bold';
    text-transform: uppercase;
    font-size: 22px;
    margin: auto;
    margin-top: 25px;
    margin-bottom: -25px;
    cursor: pointer;
    overflow: hidden;
}
.bottom-button:after {
    content: "";
    display: block;
    width: 50px;
    height: 155px;
    background: #d47cff;
    opacity: .2;
    position: relative;
    left: -100px;
    top: -70px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all .55s cubic-bezier(.19,1,.22,1);
    transition: all .55s cubic-bezier(.19,1,.22,1);
    z-index: -1;
}
.bottom-button:hover:after {
    left: 120%;
}
.overflow-show {
    overflow: visible;
}
.border-bottom-button-container:before {
    position: absolute;
    left: 0;
    bottom: 19px;
    width: calc(50% - 110px);
    border: 1px solid #ec9b1b;
}
.border-bottom-button-container:after {
    position: absolute;
    right: 0;
    bottom: 19px;
    width: calc(50% - 110px);
    border: 1px solid #ec9b1b;
}
#footer {
    padding-top: 60px;
    font-family: 'Roboto', sans-serif;
    background: transparent !important;
}
#footer .footer-contacts-list li {
    line-height: 10px;
}
.footer-contacts-list:before {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 60px;
    left: 20px;
    content: "";
    background: url(/themes/default/img/phone-alt-solid.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#footer .title {
    font-family: inherit;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}
#footer p {
    color: #000;
    margin-bottom: 10px;
    color: #555;
}
.btn-outline-success {
    color: #28a745 !important;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
    font-size: 1.5rem;
    margin-top: 25px;
}
.copyright {
    background: #e9ecef;
    padding: 10px 0;
    font-size: 13px;
    margin-top: 25px;
}
.footer-contacts, .footer-menu-main, .footer-menu-info {
    /* padding-top: 60px; */
}
.footer-contacts {
    /* padding-left: 50px; */
}
.side-by-side-slider {
    height: 100%;
}
#slider_wrapper {
    width: 100%;
    height: 450px;
    overflow: visible;
}
#slider_wrapper .container{
    overflow: visible;
}
.ss-slide {
    height: 100%;
}
.ss-slide-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
h2.slide_title, .slide h1 {
    color: #cacaca;
}
h2.slide_title {
    color: #cacaca;
    font-family: 'Proxima Nova Bold';
    font-size: 36px;
    text-align: center;
    line-height: 0.9;
}
p.slide_description {
    color: #cacaca;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
}
.ss-slide-left .ss-slide-content {
    width: 100%;
    text-align: center;
}
.ss-slide-left .ss-slide-content img {
    width: 70%;
    border-radius: 12px;
}
.row.side-by-side-slider {
    display: block;
    width: 100%;
    max-width: 100vw;
    overflow: visible;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
/*    opacity: 0;*/
}
.slider-nav {
    position: absolute;
    width: 15px;
    top: 165px;
    left: 5px;
    z-index: 15;
}
.slider_control {
    display: block;
    width: 15px;
    height: 15px;
    margin: 7px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}
.slider_control.active {
    background: #fff;
}
.slider_button {
    width: 280px;
    height: 40px;
    text-decoration: none;
    color: #ec9b1b;
    background: #1b0b40;
    display: block;
    border: 2px solid #ec9b1b;
    text-align: center;
    padding: 8px 15px;
    font-family: 'Proxima Nova Bold';
    text-transform: uppercase;
    font-size: 22px;
    margin: auto;
    margin-top: 25px;
    margin-bottom: -25px;
    cursor: pointer;
    overflow: hidden;
}
.slide_button_wrap {
    position: absolute;
    left: 45%;
    bottom: 32px;
}
.read_article_button {
    width: 280px;
    height: 40px;
    text-decoration: none;
    color: #ec9b1b;
    display: block;
    border: 2px solid #ec9b1b;
    text-align: center;
    padding: 8px 15px;
    font-family: 'Proxima Nova Bold';
    text-transform: uppercase;
    font-size: 22px;
    margin: auto;
    margin-top: 25px;
    cursor: pointer;
    overflow: hidden;
}
.slide-text-wrapper {
    margin: auto;
    height: fit-content;
}
/*#header-menu {
    display: none;
}*/
@keyframes rotate_coin {
    0% {transform:rotateY(0deg);}
    100% {transform:rotateY(180deg);}
}
.budrigan_coin {
    animation: rotate_coin 2s infinite alternate linear;
    background-size: cover;
    background: url(/themes/default/img/coin.png);
    display: block;
}
.wide-container {
    padding-top: 80px;
}
.coin {
    width: 50% !important;
}
@media (max-width: 991px){ /* md */
    #slider_wrapper {
        width: 100%;
        height: 520px;
        overflow: hidden;
    }
    .row.side-by-side-slider {
        left: unset;
    }
    .ss-slide {
        padding: 0;
    }
    .ss-slide-left {
        height: 40%;
    }
    .ss-slide-right {
        height: 60%;
    }
    .slide_button_wrap{
        left: unset;
        position: relative;
        margin-top: -50px;
    }
    h2.slide_title {
        font-size: 26px;
        line-height: 30px;
        margin-top: 0;
        padding: 5px 15px;
    }
    .slide_article_button_wrap {
        font-size: 14px;
    }
    p.slide_description {
        line-height: 16px;
        font-family: 'Proxima Nova Bold';
        font-size: 1.5rem
    }
    .attention-list li {
        text-align: left;
        font-family: 'Proxima Nova Bold';
        font-size: 14px;
        line-height: 20px;
    }
    .nopadding, .nopadding .attention-list {
        padding: 0px;
        margin-bottom: 30px;
    }
    .high-attention-title {
        padding: 20px 0px 5px 0px;
    }
    .news-item {
        padding-top: 30px;
    }
    .both-bordered {
        border-left: none;
        border-right: none;
        border-top: 4px solid #ec9b1b;
        border-bottom: 4px solid #ec9b1b;
    }
    .container.corned-container {
        text-align: justify;
        padding: 30px 30px;
    }
    .container.corned-container:before {
        height: 100px;
        width: 100px;
        border-left: 12px solid #ec9b1b;
        border-top: 12px solid #ec9b1b;
    }
    .container.corned-container:after {
        height: 100px;
        width: 100px;
        border-right: 12px solid #ec9b1b;
        border-bottom: 12px solid #ec9b1b;
    }
    .review-item {
        display: inline-block;
    }
    .review-image {
        text-align: center;
    }
    #front-reviews .title {
        padding-top: 20px;
    }
    .review-text {
        padding-top: 20px;
        font-family: 'Proxima Nova Bold';
        line-height: 20px;
    }
    #footer ul {
        text-align: left !important;
        font-family: 'Proxima Nova Bold';
    }
    .footer-contacts, .footer-menu-main, .footer-menu-info {
        padding-top: 30px;
    }
    .footer-contacts-list:before {
        width: 24px;
        height: 24px;
        top: 35px;
        left: 20px;
    }
    p.article_text {
        font-family: 'Proxima Nova Bold';
        text-align: left !important;
        line-height: 20px;
    }
    p.news-item-description {
        font-family: 'Proxima Nova Bold';
        line-height: 18px;
    }
    h3.sub-title, h3.article-title {
        line-height: 26px;
    }
    .attention-title {
        line-height: 28px;
    }
    .wide-container {
        padding-top: 0px;
    }
    .imaged-container {
        padding-bottom: 250px;
    }
    .container.imaged-container:before {
        left: 0;
        width: 100%;
        background-size: auto 75%;
    }
    #main_menu {
        width: 100% !important;
        padding-top: 15px;
    }
    #main_menu li {
        margin-bottom: 26px;
    }
    #main_menu, #main_menu ul {
        text-align: left !important;
    }
    h2.news-item-title {
        line-height: 26px;
    }
    .block-79 .block-79-slider .slide .content {
    	padding: 15px;
	}
}
.burger-menu {
    display: none;
    position: absolute;
    top: 12px;
    right: 15px;
    width: 30px;
    height: 40px;
    cursor: pointer;
}
.burger-menu span {
    position: absolute;
    width: 40px;
    height: 2px;
    background: #292929;
    top: 0;
    right: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.burger-menu span:nth-child(2) {
    top: 10px;
}
.burger-menu span:nth-child(3) {
    top: 20px;
}
.burger-menu.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}
.burger-menu.active span:nth-child(2) {
    right: 50%;
    width: 0;
}
.burger-menu.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
}
    .slider {
        width: 100%;
        margin: 0;
    }
    .slide {
		position: relative;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    background-size: cover;
	    background-position: 50% 50%;
	    min-height: 500px;
	    padding: 90px 0;
	    text-align: center;
	    color: #fff;
	}
	.slide * {
		text-align: center;
	}
    .slick-slide {
      margin: 0px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    /*.slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }*/
    
    .main-slider .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
    .main-slider .slide:after {
	    position: absolute;
	    content: '';
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(30,40,75,.7);
	}
	.slide .container {
 		z-index: 2;
    	position: relative;
	}
	.not_broker {
		background-color: #222e36;
    	text-align: center;
	}
	.not_broker p {
		padding: 20px 0;
    	color: #adb5bd;
    	margin: 0;
    	font-size: 16px;
    	text-align: center;
	}
@media (max-width: 767px){ /* sm */
	body{
		font-size: 16px;
	}
	.no-mobile{
		display: none;
	}
	h1, h2, h3, h4, h5, p, ul{
/*		text-align: center !important;*/
		max-width: 25em;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	ul{
		list-style: none;
	}
	.burger-menu {
	    display: block;
	}
	/* I?eï¿½?i?ï¿½i??i??i?? ??ï¿½?iï¿½?aï¿½?a??i??i??i??i??i??i??iz?i??i??i??*/
	#footer{
		height: auto;
		padding-bottom: 20px;
		text-align: center;
		background-color: #191919;
	}
	#footer a.phone, #footer a.email {
		text-align: center;
		margin: 1em 1em 0;
	}
	#footer p.location {
		text-align: center;
		margin: 1em 1em;
		padding: 25px 0 0 0;
		background-position: center top;
	}
	#footer:before, #footer:after {
		display: none;
	}
	#before-footer, #page:after {
		display: none;
	}
	#page{
		margin-bottom: 0px;
		min-height: 0;
	}
	#logo{
		width: 100%;
		background-position: center;
	}
	#logo-footer{
		width: 100%;
		background-position: center;
	}
	div.row &gt; div{
		text-align: center;
	}
	p{
		text-align: left;
	}
	#footer p{
		text-align: center;
	}
	#main_video iframe {
		height: 200px !important;
	}
	.block-title {
	    text-transform: uppercase;
	    font-size: 2rem;
	    margin-bottom: 15px;
	    line-height: 1.5;
	    text-align: left;
	}
	.block-11 .block-title-container .block-title {
        text-align: center;
        font-size: 2.5rem;    }
	.block-11 .item {
		margin-bottom: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		width: 100%;
	}
	.block-11 .item img {
		margin-right: 0;
		margin-bottom: 10px;
	}  
	.slide {
		position: relative;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    background-size: cover;
	    background-position: 50% 50%;
	    min-height: 300px;
	    padding: 30px 0;
	    text-align: center;
	    color: #fff;
	}
	.slide h1 {
	    font-size: 2rem;
	    font-family: 'Roboto', sans-serif;

	    color: #cfcfcf;
	    font-weight: bold;
	    text-transform: uppercase;
	    line-height: 1.25;
	    text-align: center;
	    margin: 20px 0 34px;
	}
	.block-52 .card-body {
	    padding: 15px;
	}
	.block-52 .card-title {
 	   font-size: 1.3rem;
 	   text-align: left;
	}
}
@media (max-width: 479px){ /* xs */
	
}</pre></body></html>