html, body {
    height: 100%;
}

body {
    color: #1C2445;
}

a, a:hover {
    color: rgba(28, 36, 69, 1);
    text-decoration: none;
}

a.text-white, a.text-white:hover {
	color: #FFFFFF;
}

.text-white a, .text-white a:hover {
	color: #FFFFFF;
}

.small-logo {
	width: 140px;
	height: 140px;
	background-image: url('../img/logo_small_blue.png');
	background-repeat: no-repeat;
	display: block;
	background-size: contain;
}

.header {
    height: 100px;
}

.content-full-height {
	height: calc(100% - 150px);
}

.content-height-100 {
    min-height: calc(100% - 350px);
    /*height: calc(100% - 150px);*/
}

.content-height-100 > .row {
    height: 100%;
}

.container-xxl .table {
    height: 95%;
}

.container-xxl.w-100 {
    max-width: none;
}

.hidden {
    display: none;
}

.registration-popup {
    position: fixed;
    width: 450px;
    height: 450px;
    left: calc(50% - 200px);
    top: calc(50% - 200px);
    box-shadow: 0 3px 7px 4px rgba(0, 0, 0, 0.09);
    background-color: #FFFFFF;
    z-index: 4;
}

.text-right {
    text-align: right;
}

.error-message {
    height: 50px;
    color: #dc3545;
    text-align: center;
}

.error-hint {
    color: #dc3545;
    height: 30px;
    font-size: 13px;
}

.error input, .error textarea, .popup .error input, .popup .error textarea {
    border-bottom: 1px solid #dc3545;
}

.popup {
    padding: 20px;
}

.table {
    display: table;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.font-700 {
    font-weight: 700;
}

.close-icon {
	font-size: 30px;
	color: #2D4D76;
}

input.form-control, select.form-control, textarea.form-control {
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
}

.form-check-input {
	/*background-color: rgba(45, 77, 118, 1);*/
	border: 2px solid rgba(45, 77, 118, 1);
}

.form-check-input:checked {
	background-color: rgba(45, 77, 118, 1);
	border-color: rgba(45, 77, 118, 1);
}

.authorization-popup {
    position: fixed;
    border-radius: 20px;
    width: 450px;
    height: 350px;
    left: calc(50% - 200px);
    top: calc(50% - 100px);
    box-shadow: 0 3px 7px 4px rgba(0, 0, 0, 0.09);
    background-color: #FFFFFF;
    z-index: 4;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
}

.close-popup i {
    font-size: 20px;
    cursor: pointer;
}

.sell-buy-request-popup {
    position: fixed;
    width: 400px;
    height: 550px;
    left: calc(50% - 200px);
    top: calc(50% - 200px);
    box-shadow: 0 3px 7px 4px rgba(0, 0, 0, 0.09);
    background-color: #FFFFFF;
    z-index: 4;
}

.header-menu {
    /*background: linear-gradient(90deg, #8dc8e5 0%, #2d4d76 100%);*/
    color: #1C2445;
}

.header-menu a {
    line-height: 40px;
    color: #1C2445;
    font-weight: 700;
    font-size: 12px;
}

.header-menu a.btn-transparent {
    line-height: unset;
}

.header-menu .btn-transparent {
	border: 1px solid #2D4D76;
	font-weight: 400;
}

.footer {
    padding: 10px;
    font-size: 13px;
    /*height: 250px;*/
}

.btn {
    background-color: #2d4d76;
    color: #FFFFFF;
    border-radius: 20px;
}

.btn:hover {
    opacity: 0.9;
    color: #FFFFFF;
}

.btn-transparent {
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    /*height: 25px;*/
    margin: 10px 0;
    /*height: 25px;
    line-height: 25px;*/
    background: none;
}

.btn-dark-blue, .btn-dark-blue:hover {
	border: 1px solid #1C2445;
	color: #1C2445;
}

.btn-light-blue, .btn-light-blue:hover {
	background: #8DC8E5;
	color: rgba(28, 36, 69, 1);
	font-weight: 700;
	font-size: 13px;
}

.btn-flat {
	border-radius: 0;
	padding: 0 10px;
	background: #2D4D76;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	font-weight: 100;
	opacity: 0.8;
	width: 200px;
	height: 50px;
	line-height: 50px;
}

.btn-small {
	padding: 5px 10px;
	line-height: 12px;
	font-size: 12px;
	font-weight: 400;
}

.block-title {
    font-size: 38px;
    font-weight: 700;
    color: #2D4D76;
}

.block-info {
    font-size: 18px;
    font-weight: 700;
    color: #1C2445;
}

.block-white-title {
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
}

.big-title {
	font-size: 50px;
}

.middle-title {
	font-weight: 400;
	font-size: 18px;
}

.popup-title {
    color: #2D4D76;
    font-weight: 700;
    font-size: 18px;
}

.dark-blue {
    color: #2D4D76;
}

.dark-blue-2 {
    color: #1C2445;
}

.grey {
    color: #999999;
}

.light-blue {
    color: #B6D9ED;
}

.light-blue-top-border {
    border-top: 1px solid #8DC8E5;
}

.light-blue-bottom-border {
    border-bottom: 1px solid #8DC8E5;
}

.how-to-item {
    background: linear-gradient(180deg, rgba(141, 200, 229, 0.3) 0%, rgba(141, 200, 229, 0.1) 100%);
    border-radius: 10px;
    height: 100%;
}

.how-to-item-title {
    font-size: 38px;
    font-weight: 700;
}

.pagination {
	margin-top: 20px;
}

.page-item .page-link {
	border-radius: 50%;
	margin-right: 10px;
	font-weight: 700;
	color: #929BA0;
	width: 32px;
	height: 32px;
	font-size: 11px;
	border: 1px solid #929BA0;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
	border-radius: 50%;
}

.page-item.active .page-link, .page-item:hover .page-link {
	background-color: rgba(28, 36, 69, 1);
	border-color: rgba(28, 36, 69, 1);
}

.header-mobile-menu-icon {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	font-size: 30px;
	z-index: 2;
}

.header-mobile-menu {
	background: linear-gradient(90deg, #8dc8e5 0%, #2d4d76 100%);
	width: 95%;
	height: 95%;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
}

.header-mobile-menu .close-icon {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	color: #FFFFFF;
}

.header-mobile-menu > div span {
	margin-right: 15px;
}

.header-mobile-menu > div {
	border-bottom: 1px solid #FFFFFF;
}

.size-13 {
	font-size: 13px;
}

.size-18 {
	font-size: 18px;
}

.size-28 {
	font-size: 28px;
}

.size-36 {
	font-size: 36px;
}

.size-48 {
	font-size: 48px;
}

.light-blue-bg {
	background: linear-gradient(180deg, #8DC8E5 0%, #2D4D76 100%);
}

.border-radius-10 {
	border-radius: 10px;
}

.border-radius-20 {
	border-radius: 20px;
}

.breadcrumbs a, .breadcrumbs a:hover {
	text-decoration: underline;
}

.filter select {
	background-color: #F7F7F7;
	border: 1px solid #F7F7F7;
	border-radius: 20px;
	font-weight: 400;
}

.chat {
	position: fixed;
	bottom: 100px;
	right: 10px;
}

.sell-buy-request-form .icon {
	line-height: 40px;
	font-size: 24px;
}

.footer img {
	width: 100%;
	height: auto;
}

.container.footer {
	max-width: calc(100% - 20px);
}

.loading-wrapper {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: #FFFFFF;
	background-image: url('../img/loading-bg.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 10%;
}

.show-on-small-mobile, .show-on-middle-mobile {
	display: none;
}

.viber, .whatsapp, .telegram, .youtube, .instagram {
	background-size: contain;
	width: 64px;
	height: 64px;
	display: block;
	background-repeat: no-repeat;
}

.chat .viber, .chat .whatsapp, .chat .telegram {
	margin-top: 10px;
}

.viber {
	background-image: url('../img/viber.png');
}

.whatsapp {
	background-image: url('../img/whatsapp.png');
}

.telegram {
	background-image: url('../img/telegram.webp');
}

.youtube {
	background-image: url('../img/youtube.webp');
}

.instagram {
	background-image: url('../img/instagram.webp');
}

.footer .social {
	width: 32px;
	height: 32px;
	display: inline-block;
	margin-left: 10px;
}

.header-menu .set-currency a, .header-mobile-menu .set-currency a {
	font-size: 28px;
	margin-left: 10px;
	font-weight: normal;
}

.header-menu .set-currency a.active, .header-mobile-menu .set-currency a.active {
	font-weight: 700;
}

@media (max-width: 992px) {
	.header-menu a {
		font-size: 11px;
	}

	.header-menu .set-currency a {
		font-size: 28px;
	}
	
	/*.footer img.small-logo {
		width: 100px;
	}*/
	
	.footer img.small-logo {
		width: 150px;
	}
}

@media (max-width: 900px) {
	.header-menu a {
		font-size: 10px;
	}
}

@media (max-width: 768px) {
	.block-title {
		font-size: 28px;
	}
	
	.header-menu {
		display: none;
	}
	
	.header-mobile-menu-icon {
		display: block;
	}
	
	.show-on-middle-mobile {
		display: block;
	}
	
	.show-on-middle-mobile .small-logo {
		margin: auto;
	}
}

@media (max-width: 576px) {
	.footer img.small-logo {
		/*width: 100px;*/
		margin: auto;
	}
	
	.show-on-small-mobile {
		display: block;
	}
}