.hide{
	display: none;
}
button{
	padding: 0;
	border: none;
	font: inherit;
	color: inherit;
	background-color: transparent;
	cursor: pointer;
}

*{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline: none;
}
::selection {
	background: #23252a;
	color: #fff;
}
ul{
	list-style: none;
	padding:0;
	margin:0;
}
a, a:hover{
	color: #444;
	text-decoration: none;
}
img{
	display: block;
	width:100%;
	height: auto;
}
:root {
	--white: #ffffff;--light-black: #343434;--black: #000000;--telegram-color: #2fc6f6;--telegram-color-hover: #1eb0de;--viber-color:#995aca;--viber-color-hover:#874ab6;--whatsapp-color:#37ba4a;--whatsapp-color-hover:#33a744;
	--red-50: #ffebee;--red-100: #ffcdd2;--red-200: #ef9a9a;--red-300: #e57373;--red-400: #ef5350;--red-500: #f44336;--red-600: #e53935;--red-700: #d32f2f;--red-800: #c62828;--red-900: #b71c1c;
	--pink-50: #fce4ec;--pink-100: #f8bbd0;--pink-200: #f48fb1;--pink-300: #f06292;--pink-400: #ec407a;--pink-500: #e91e63;--pink-600: #d81b60;--pink-700: #c2185b;--pink-800: #ad1457;--pink-900: #880e4f;
	--purple-50: #f3e5f5;--purple-100: #e1bee7;--purple-200: #ce93d8;--purple-300: #ba68c8;--purple-400: #ab47bc;--purple-500: #9c27b0;--purple-600: #8e24aa;--purple-700: #7b1fa2;--purple-800: #6a1b9a;--purple-900: #4a148c;
	--deep-purple-50: #ede7f6;--deep-purple-100: #d1c4e9;--deep-purple-200: #b39ddb;--deep-purple-300: #9575cd;--deep-purple-400: #7e57c2;--deep-purple-500: #673ab7;--deep-purple-600: #5e35b1;--deep-purple-700: #512da8;--deep-purple-800: #4527a0;--deep-purple-900: #311b92;
	--indigo-50: #e8eaf6;--indigo-100: #c5cae9;--indigo-200: #9fa8da;--indigo-300: #7986cb;--indigo-400: #5c6bc0;--indigo-500: #3f51b5;--indigo-600: #3949ab;--indigo-700: #303f9f;--indigo-800: #283593;--indigo-900: #1a237e;
	--blue-50: #e3f2fd;--blue-100: #bbdefb;--blue-200: #90caf9;--blue-300: #64b5f6;--blue-400: #42a5f5;--blue-500: #2196f3;--blue-600: #1e88e5;--blue-700: #1976d2;--blue-800: #1565c0;--blue-900: #0d47a1;
	--light-blue-50: #e1f5fe;--light-blue-100: #b3e5fc;--light-blue-200: #81d4fa;--light-blue-300: #4fc3f7;--light-blue-400: #29b6f6;--light-blue-500: #03a9f4;--light-blue-600: #039be5;--light-blue-700: #0288d1;--light-blue-800: #0277bd;--light-blue-900: #01579b;
	--cyan-50: #e0f7fa;--cyan-100: #b2ebf2;--cyan-200: #80deea;--cyan-300: #4dd0e1;--cyan-400: #26c6da;--cyan-500: #00bcd4;--cyan-600: #00acc1;--cyan-700: #0097a7;--cyan-800: #00838f;--cyan-900: #006064;
	--teal-50: #e0f2f1;--teal-100: #b2dfdb;--teal-200: #80cbc4;--teal-300: #4db6ac;--teal-400: #26a69a;--teal-500: #009688;--teal-600: #00897b;--teal-700: #00796b;--teal-800: #00695c;--teal-900: #004d40;
	--green-50: #e8f5e9;--green-100: #c8e6c9;--green-200: #a5d6a7;--green-300: #81c784;--green-400: #66bb6a;--green-500: #4caf50;--green-600: #43a047;--green-700: #388e3c;--green-800: #2e7d32;--green-900: #1b5e20;
	--light-green-50: #f1f8e9;--light-green-100: #dcedc8;--light-green-200: #c5e1a5;--light-green-300: #aed581;--light-green-400: #9ccc65;--light-green-500: #8bc34a;--light-green-600: #7cb342;--light-green-700: #689f38;--light-green-800: #558b2f;--light-green-900: #33691e;
	--lime-50: #f9fbe7;--lime-100: #f0f4c3;--lime-200: #e6ee9c;--lime-300: #dce775;--lime-400: #d4e157;--lime-500: #cddc39;--lime-600: #c0ca33;--lime-700: #afb42b;--lime-800: #9e9d24;--lime-900: #827717;
	--yellow-50: #fffde7;--yellow-100: #fff9c4;--yellow-200: #fff59d;--yellow-300: #fff176;--yellow-400: #ffee58;--yellow-500: #ffeb3b;--yellow-600: #fdd835;--yellow-700: #fbc02d;--yellow-800: #f9a825;--yellow-900: #f57f17;
	--amber-50: #fff8e1;--amber-100: #ffecb3;--amber-200: #ffe082;--amber-300: #ffd54f;--amber-400: #ffca28;--amber-500: #ffc107;--amber-600: #ffb300;--amber-700: #ffa000;--amber-800: #ff8f00;--amber-900: #ff6f00;
	--orange-50: #fff3e0;--orange-100: #ffe0b2;--orange-200: #ffcc80;--orange-300: #ffb74d;--orange-400: #ffa726;--orange-500: #ff9800;--orange-600: #fb8c00;--orange-700: #f57c00;--orange-800: #ef6c00;--orange-900: #e65100;
	--deep-orange-50: #fbe9e7;--deep-orange-100: #ffccbc;--deep-orange-200: #ffab91;--deep-orange-300: #ff8a65;--deep-orange-400: #ff7043;--deep-orange-500: #ff5722;--deep-orange-600: #f4511e;--deep-orange-700: #e64a19;--deep-orange-800: #d84315;--deep-orange-900: #bf360c;
	--brown-50: #efebe9;--brown-100: #d7ccc8;--brown-200: #bcaaa4;--brown-300: #a1887f;--brown-400: #8d6e63;--brown-500: #795548;--brown-600: #6d4c41;--brown-700: #6d4c41;--brown-800: #5d4037;--brown-900: #3e2723;
	--gray-50: #fafafa;--gray-100: #f5f5f5;--gray-200: #eeeeee;--gray-300: #e0e0e0;--gray-400: #bdbdbd;--gray-500: #9e9e9e;--gray-600: #757575;--gray-700: #616161;--gray-800: #424242;--gray-900: #212121;
	--bluegray-25: #f4f6f7;--bluegray-50: #eceff1;--bluegray-100: #cfd8dc;--bluegray-200: #b0bec5;--bluegray-300: #90a4ae;--bluegray-400: #78909c;--bluegray-500: #607d8b;--bluegray-600: #546e7a;--bluegray-700: #455a64;--bluegray-800: #37474f;--bluegray-900: #263238;
	--brand-main: #ff6600;--brand-main-hover: #d95802;

}

html, body{
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	background:var(--white);
	padding:0;
	margin:0;
	color: #444;
	font-size: 16px;
	font-weight: 500;
	overflow-x: hidden;
	line-height: 130%;
}
#body.no-scroll{
	overflow-y: hidden;
}
.wth{
	padding: 0 15%;
}
@media (max-width: 1620px) {
	.wth{
		padding:0 5%;
	}
}
@media (max-width: 1320px) {
	.wth{
		padding:0 10px;
	}
}

.viber-desktop{
	display: flex !important;
}
.viber-mobile{
	display: none !important;
}
@media (max-width: 1024px) {
	.viber-desktop{
		display: none !important;
	}
	.viber-mobile{
		display: flex !important;
	}
}
/************************************************************************************/
/*MODAL******************************************************************************/
/************************************************************************************/
.modal{
	position:fixed;
	top:5vh;
	left:50%;
	transform:translate(-50%, 0);
	z-index:999;
	visibility:hidden;
	transition: .3s;
	opacity:0;
	background: #fff;
	padding:30px;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.modal.show{
	animation-name: modal-show;
	animation-duration: 0.3s;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	animation-timing-function: linear;
	animation-play-state:running;
}
@-webkit-keyframes modal-show {
	0%{visibility: hidden;opacity: 0;top:10vh;}
	100%{visibility: visible;opacity: 1;top:5vh;}
}



.modal-large{
	width:900px;
}
.modal-medium{
	width:580px;
}
.modal-small{
	width:480px;
}
/*head*/
.modal-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin:0 0 30px 0;
}
.modal-title{
	font-size:22px;
	font-weight: 500;
	line-height: 120%;
}
.modal-close{
	position: absolute;
	top:-0;
	right: -50px;
	display: flex;
	justify-content: center;
	margin:0 0 0 20px;
}
.modal-close:after{
	content:'\e90b';
	font-family: si-solid;
	display: flex;
	align-items: center;
	justify-content: center;
	width:50px;
	height: 50px;
	font-size:24px;
	color: var(--white);
	cursor: pointer;
}
.modal-close:hover:after{
	color: var(--brand-main);
}
/*content*/
.modal-body{

}
/*send*/
.modal-send{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin:40px 0 0 0;
}
.modal-button{
	display: flex;
	margin:0 20px 0 0;
}

.modal-message{

}
.modal-message-error{
	font-size: 14px;
	color: var(--red-500);
	margin:0 0 20px 0;
}
.modal-message-success{
	font-size: 14px;
	margin:0 0 20px 0;
}

/*result*/
.modal.sending:after{
	content:'';
	position: absolute;
	top:0;
	right:0;
	bottom:0px;
	left:0;
	z-index: 9;
	background: rgba(255,255,255,0.2);
}
.modal.sending:before{
	content:'';
	position: absolute;
	right:0;
	bottom:0;
	left:0;
	height:3px;
	z-index: 91;
	background: var(--brand);
	animation-name: modal-sending;
	animation-duration: 1.5s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
	animation-timing-function: linear;
	animation-play-state:running;
}
@-webkit-keyframes modal-sending {
	0%{left:0;right:100%;}
	50%{left:0;right:0;}
	100%{left:100%;right:0;}
}


.modal-error-message{
	display: block;
	margin:0 0 20px 0;
	font-size: 14px;
	color: var(--red-400);
}
.modal-success-message{
	display: block;
	text-align: center;
	margin:0 0 20px 0;
	font-size: 16px;
}

@media (max-width: 980px) {
	.modal{
		padding:10px 20px;
	}
	.modal-large,
	.modal-medium,
	.modal-small{
		width:auto;
		left:10px;
		right:10px;
		transform: translate(0, 0);
	}
	.modal-head{

	}
	.modal-title{
		font-size:18px;
	}
	.modal-close{
		margin:0 ;
	}
	.modal-send{
		display: flex;
		justify-content: center;
	}


}





.body-overlay:before{
	content: '';
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(255,255,255,0.5);
	z-index:9;
	transition:.2s;
}
.body-overlay:after{
	content:'\e90e';
	font-family: si-solid;
	position: fixed;
	top:50%;
	left:49%;
	transform: translate(-50%,-50%);
	font-size:52px;
	color:var(--white);
	animation-name: overlay-loading;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
	animation-timing-function: linear;
	animation-play-state:running;
	opacity: 1;
}
@-webkit-keyframes overlay-loading {
	0%{opacity:1;transform: rotate(0);}
	100%{transform: rotate(360deg)}
}



#overlay{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.7);
	z-index:9;
	visibility:hidden;
	opacity:0;
	transition:.2s;
}
#overlay{
	animation-name: overlay-close;
	animation-duration: 0.3s;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	animation-timing-function: linear;
	animation-play-state:running;
}
@-webkit-keyframes overlay-close {
	0%{visibility: visible;opacity: 1;}
	100%{visibility: hidden;opacity: 0}
}
#overlay.show{
	animation-name: overlay-show;
	animation-duration: 0.3s;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-fill-mode: both;
	animation-timing-function: linear;
	animation-play-state:running;
}
@-webkit-keyframes overlay-show {
	0%{visibility: hidden;opacity: 0;}
	100%{visibility: visible;opacity: 1}
}
#overlay.loading:after{
	content:'\e90e';
	font-family: si-solid;
	position: fixed;
	top:50%;
	left:49%;
	transform: translate(-50%,-50%);
	font-size:52px;
	color:var(--white);
	animation-name: overlay-loading;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
	animation-timing-function: linear;
	animation-play-state:running;
	opacity: 1;
}
@-webkit-keyframes overlay-loading {
	0%{opacity:1;transform: rotate(0);}
	100%{transform: rotate(360deg)}
}










@media (max-width: 480px) {

}

/**/
.form-group{
	position: relative;
	margin:0 0 20px 0;
}
.form-group .control-label{
	height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
	color:var(--gray-700);

}
.form-group.required  .control-label:after{
	content: '*';
	font-size:14px;
	color:#f20000;
	padding:0 0 0 2px;
}
.form-group .form-control{
	display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: var(--white);
	border:1px solid var(--gray-300);
	border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    padding: 0 20px;
}
.form-group .form-control::placeholder {
	color: #888888;
}
.form-group textarea.form-control{
	height:150px;
	resize:none;
	padding:10px;
	line-height:160%;
}
.form-group .form-control:focus{
	border:1px solid var(--bluegray-200);
}
.has-error .control-label{
	 color: var(--red-500);
}
.has-error .form-control{
	border: 1px solid var(--red-500);
}
.help-block{
	display:none;
}
input:-webkit-autofill {
	box-shadow: 0 0 0 1000px white inset !important;
	background-color: white !important;
}


/**/
input[type="file"] {
	display: none;
}
.upload-media-container{

}
.upload-media-container .form-group label{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--gray-300);
	border-radius: 5px;
	overflow: hidden;
	height: 50px;
	cursor: pointer;
}
.upload-media-container label:before{
	content: "\e927";
	font-family: 'si-solid' !important;
	font-size: 20px;
	transition: .3s;
	color: var(--bluegray-300);
	margin:0 20px 0 0;
	height: auto;
	line-height: 100%;
}
.upload-media-container:hover:before{
	color: #93bc8e;
}
.upload-media-container .has-error label{
	border: 1px solid var(--red-500);
}
.has-error .upload-media-container{
	border: 1px solid #ef5350;
}
.upload-media-container .has-error label:before{
	content: "\e90b";
	color: var(--red-500);
}
.upload-media-container .has-success label:before{
	content: "\e906";
}




/*checkbox*/
.checkbox-apply{
	position:relative;
}
.checkbox-apply input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox-apply-label {
	display:flex;
	align-items: center;
	cursor: pointer;
	font-size:12px;
	padding:0 0 0 40px;
}
.checkbox-apply-label:before {
	content: '';
	position: absolute;
	left:2px;
	top:0;
	display: flex;
	border: 1px solid var(--gray-300);
	border-radius: 20px;
	background: #fff;
	width: 24px;
	height: 24px;
	margin:0 10px 0 0;
	color:#fff;
}
.has-error .checkbox-apply-label span {
	color:#ef5350;
}
.checkbox-apply input:checked + .checkbox-apply-label:before {
	background: var(--red-400);
	border: 1px solid var(--red-400);
	border-radius: 20px;
}
.checkbox-apply input:checked + .checkbox-apply-label:after {
	content: '\e906';
	font-family: si-solid;
	position: absolute;
	top:0;
	left:4px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width:24px;
	height: 24px;
	color:#fff;
}

/**/
.form-agm{

}
.form-agm span{
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444;
}
.form-agm a{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin:0 0 0 6px;
	font-size:14px;
	color:#73966f;
}
.form-agm a:hover{
	color:#93bc8e;
}



/*button*/
.button {
    display: inline-block;
    text-decoration: none;
    position: relative;
    text-align: center;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: 500;
	transition: .3s;
	color: var(--white);
	text-transform: uppercase;
	border-radius: 4px;
	letter-spacing: 0px;
    margin: 0;
	overflow: hidden;
}
.button:hover{
	color: var(--white);
}
.button-small {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
}
.button-medium {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
}
.button-large {
    height: 70px;
    line-height: 70px;
	font-weight: 400;
	letter-spacing: 2px;
    padding: 0 50px;
    font-size: 16px;
}


.button-brand{
	color: var(--white);
	background: var(--brand-main);
}
.button-brand:hover{
	color: var(--white);
	background: var(--brand-main-hover);
}



.scroll::-webkit-scrollbar { width: 3px;}
.scroll::-webkit-scrollbar-button {background-color: #f2f2f2;}
.scroll::-webkit-scrollbar-track {background-color: #f2f2f2;}
.scroll::-webkit-scrollbar-track-piece { background-color: #f2f2f2;}
.scroll::-webkit-scrollbar-thumb { height: 0; background-color: #ccc; border-radius: 3px;}
.scroll::-webkit-scrollbar-corner { background-color: #999;}
.scroll::-webkit-resizer { background-color: #666;}


/*slick-slider*/
.slick-carousel{

}
.slick-slider{
	overflow: hidden;
	position: relative;
}
.slick-list{
	overflow: hidden;
	margin:0 -10px;
}
.slick-track{
	display: flex;
}


/**/
.slick-dots{
	display: flex;
	justify-content: center;
	align-items: center;
	margin:20px 0 0 0;
}
.slick-dots li{
	margin:0 5px;
	padding:0;
}
.slick-dots li button{
	display: none;
}
.slick-dots li:after{
	content: '';
	display: block;
	background:none;
	width:10px;
	height:10px;
	border-radius: 5px;
	background:var(--gray-300);
	border:none;
	cursor: pointer;
}
.slick-dots li.slick-active:after{
	background:var(--orange-600);
}



/************************************************************************************/
/*GRID*******************************************************************************/
/************************************************************************************/


.grid{
	display:flex;
	flex-wrap:wrap;
}
.grid.wrap{
	display:flex;
}
.grid.vertical-center{
	align-items: center;
}
.grid.horizonte-space{
	justify-content: space-between;
}
.col.horizonte-end{
	justify-content: flex-end;
}
/*0*/
.grid .col-12{width:100%;}
.grid .col-11{width:91.6666666%;}
.grid .col-10{width:83.3333333%;}
.grid .col-9{width:75%;}
.grid .col-8{width:66.666667%;}
.grid .col-7{width:58.333333%;}
.grid .col-6{width:50%;}
.grid .col-5{width:41.666667%;}
.grid .col-4{width:33.333333%;}
.grid .col-3{width:25%;}
.grid .col-2{width:16.666666%;}
.grid .col-1{width:8.333333%;}

/*20*/
.grid.grid-20{margin:0 0 0 -20px}
.grid.grid-20 .col-12{width:calc(100% - 20px);margin-left:20px}
.grid.grid-20 .col-11{width:calc(91.6666666% - 20px);margin-left:20px}
.grid.grid-20 .col-10{width:calc(83.3333333% - 20px);margin-left:20px}
.grid.grid-20 .col-9{width:calc(75% - 20px);margin-left:20px}
.grid.grid-20 .col-8{width:calc(66.666667% - 20px);margin-left:20px}
.grid.grid-20 .col-7{width:calc(58.333333% - 20px);margin-left:20px}
.grid.grid-20 .col-6{width:calc(50% - 20px);margin-left:20px}
.grid.grid-20 .col-5{width:calc(41.666667% - 20px);margin-left:20px}
.grid.grid-20 .col-4{width:calc(33.333333% - 20px);margin-left:20px}
.grid.grid-20 .col-3{width:calc(25% - 20px);margin-left:20px}
.grid.grid-20 .col-2{width:calc(16.666666% - 20px);margin-left:20px}
.grid.grid-20 .col-1{width:calc(8.333333% - 20px);margin-left:20px}

/*50*/
.grid.grid-50{margin:0 0 0 -50px}
.grid.grid-50 .col-12{width:calc(100% - 250px);margin-left:50px}
.grid.grid-50 .col-11{width:calc(91.6666666% - 50px);margin-left:50px}
.grid.grid-50 .col-10{width:calc(83.3333333% - 50px);margin-left:50px}
.grid.grid-50 .col-9{width:calc(75% - 50px);margin-left:50px}
.grid.grid-50 .col-8{width:calc(66.666667% - 50px);margin-left:50px}
.grid.grid-50 .col-7{width:calc(58.333333% - 50px);margin-left:50px}
.grid.grid-50 .col-6{width:calc(50% - 50px);margin-left:50px}
.grid.grid-50 .col-5{width:calc(41.666667% - 50px);margin-left:50px}
.grid.grid-50 .col-4{width:calc(33.333333% - 50px);margin-left:50px}
.grid.grid-50 .col-3{width:calc(25% - 50px);margin-left:50px}
.grid.grid-50 .col-2{width:calc(16.666666% - 50px);margin-left:50px}
.grid.grid-50 .col-1{width:calc(8.333333% - 50px);margin-left:50px}



.slider-controls{
	position: absolute;
	top:50%;
	left:0;
	right:0;
	height: 1px;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.slider-control-prev{

}
.slider-control-prev:after{
	content: '\68';
	font-family: si-solid;
}
.slider-control-next{

}
.slider-control-next:after{
	content: '\e909';
	font-family: si-solid;
}

/*description*/
.dsc p{

}
.dsc p br{
	display: none;
}
.dsc p,
.dsc p span,
.dsc ul li,
.dsc ul li span,
.dsc ol li,
.dsc ol li span{
	font-size:16px !important;
	line-height: 160% !important;
	font-weight: 400;
}
/*h*/
.dsc
h1,
h1 strong,
h2,
h2 strong,
h3,
h3 strong,
h4,
h4 strong,
h5,
h5 strong,
h6,
h6 strong{
	padding:0;
	font-weight: 500;
	margin:0 0 20px 0;
	font-size:24px;
	line-height: 130%;
}
/*ul*/
.dsc ul{
	list-style: none;
	padding:0;
}
.dsc ul li{
	position: relative;
	list-style: none;
	margin:0 0 15px 10px;
	padding:0 0 0 30px;
}
.dsc ul li:before{
	position: absolute;
	top:9px;
	left:-10px;
	content: '';
	display: inline-block;
	width:5px;
	height:5px;
	background: var(--brand-main);
	margin:0 20px 0 0;
}
/*ol*/
.dsc ol{
	counter-reset: myCounter;
	padding:15px 0;
}
.dsc ol li{
	position: relative;
	list-style: none;
	margin:0 0 30px 20px;
	padding:5px 0 0 20px;
}

.dsc ol li:before {
	position: absolute;
	top:5px;
	left:-20px;
	counter-increment: myCounter;
	content:counter(myCounter);
	background: #363946;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:12px;
	font-weight: 500;
	line-height: 20px;
	width: 22px;
	height: 22px;
	border-radius: 3px;
	border:1px solid #363946;
	margin:0 10px 0 0;
}
/*blockquote*/
.dsc blockquote{
	border:1px solid #e3e3e3;
	border-radius: 3px;
	padding:20px;
	margin:0 0 20px 0;
}
.dsc blockquote span{
	font-size:16px;
	color:#999;
	font-style: italic;
}
/*table*/
.dsc table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #dedede;
}
.dsc table tbody tr{
	border: 1px solid #dedede;
}
.dsc table tbody td{
	border: 1px solid #dedede;
	padding:10px;
	font-size: 14px;
}




.dvlpmt{
	display: block;
	position: relative;
	padding:0 0 0 40px;
}
.dvlpmt:before{
	content: '\e92e';
	font-family: si-solid;
	position: absolute;
	top:7px;
	left:0;
	font-size:34px;
	color: var(--orange-600);
}
.dvlpmt-nme{
	display: block;
	font-size:23px;
	font-weight: 400;
	color: var(--gray-800);

}
.dvlpmt-txt{
	display: block;
	font-size:12px;
	font-weight: 300;
	color: var(--gray-600);
	letter-spacing: 2px;
}


textarea{
	font-family: 'Exo 2', sans-serif;
}


@font-face {
	font-family: 'si-solid';
	src:  url('../fonts/si/si-solid.eot?cmrqu9');
	src:  url('../fonts/si/si-solid.eot?cmrqu9#iefix') format('embedded-opentype'),
	url('../fonts/si/si-solid.ttf?cmrqu9') format('truetype'),
	url('../fonts/si/si-solid.woff?cmrqu9') format('woff'),
	url('../fonts/si/si-solid.svg?cmrqu9#si-solid') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="si-solid-"], [class*=" si-solid-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'si-solid' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.si-solid-avocode:before {
	content: "\e92e";
}
.si-solid-diplomat:before {
	content: "\e92d";
}
.si-solid-viber:before {
	content: "\e900";
}
.si-solid-whatsapp:before {
	content: "\e908";
}
.si-solid-telegram:before {
	content: "\e92c";
}
.si-solid-cardio:before {
	content: "\e901";
}
.si-solid-bar:before {
	content: "\e902";
}
.si-solid-bell:before {
	content: "\e903";
}
.si-solid-browser:before {
	content: "\e904";
}
.si-solid-cart:before {
	content: "\e905";
}
.si-solid-check:before {
	content: "\e906";
}
.si-solid-chevron-down:before {
	content: "\e907";
}
.si-solid-chevron-left:before {
	content: "\68";
}
.si-solid-chevron-right:before {
	content: "\e909";
}
.si-solid-chevron-up:before {
	content: "\e90a";
}
.si-solid-close:before {
	content: "\e90b";
}
.si-solid-compare:before {
	content: "\e90c";
}
.si-solid-copy:before {
	content: "\e90d";
}
.si-solid-dot-loader:before {
	content: "\e90e";
}
.si-solid-download:before {
	content: "\e90f";
}
.si-solid-edit:before {
	content: "\e910";
}
.si-solid-envelope:before {
	content: "\e911";
}
.si-solid-equalizer:before {
	content: "\e912";
}
.si-solid-equals:before {
	content: "\e913";
}
.si-solid-file:before {
	content: "\e914";
}
.si-solid-gear:before {
	content: "\e915";
}
.si-solid-gift:before {
	content: "\e916";
}
.si-solid-globe:before {
	content: "\e917";
}
.si-solid-heart:before {
	content: "\e918";
}
.si-solid-home:before {
	content: "\e919";
}
.si-solid-map-marker:before {
	content: "\e91a";
}
.si-solid-minus:before {
	content: "\e91b";
}
.si-solid-phone:before {
	content: "\e91c";
}
.si-solid-plus:before {
	content: "\e91d";
}
.si-solid-power:before {
	content: "\e91e";
}
.si-solid-ring:before {
	content: "\e91f";
}
.si-solid-say:before {
	content: "\e920";
}
.si-solid-search:before {
	content: "\e921";
}
.si-solid-service:before {
	content: "\e922";
}
.si-solid-singout:before {
	content: "\e923";
}
.si-solid-speaker:before {
	content: "\e924";
}
.si-solid-star:before {
	content: "\e925";
}
.si-solid-trash:before {
	content: "\e926";
}
.si-solid-upload:before {
	content: "\e927";
}
.si-solid-user:before {
	content: "\e928";
}
.si-solid-wallet:before {
	content: "\e929";
}
.si-solid-widget:before {
	content: "\e92a";
}
.si-solid-wrench:before {
	content: "\e92b";
}

