body{
	font-family: 'Muli', sans-serif;
}



a:hover{
	text-decoration: none;
	color: #fff;
}

.mb-10{
	margin-bottom: 10px;
}

.mt-10{
	margin-top: 10px;
}

.mt-20{
	margin-top: 20px;
}

.site-header{
	background-color: #2C2E39;
	min-height: 70px;
}
.logo-side img{
	max-width: 170px;
    margin-top: 13px;
}
.menu-side ul{
	float: right;
	margin-top: 26px;
}

.menu-side ul li{
	display: inline-block;
	margin-right: 5px;
}

.menu-side ul li a{
	padding: 7px 10px 7px 10px;
    background: #5CB61E;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}

.menu-side ul li a:hover{
	background: #3f7d15;
}

.show-mobile{display: none;}
.hide-mobile{}


section.banner{
	background: url(../img/banner.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 248px;
    padding-top: 70px;
    position: relative;
    margin-top: -5px;
}

.banner .left-banner h1{
	font-weight: 900;
	font-size: 50px;
	color: #fff;
	margin-bottom: 61px;
}

.banner .left-banner h2{
	font-size: 48px;
	color: #fff;
	margin-bottom: 45px;
}

.banner .left-banner a.banner-btn{
	padding: 5px 100px 7px 100px;
    background: #5CB61E;
    color: #fff;
    font-weight: 900;
    border-radius: 3px;
    font-size: 36px;
}

.banner .left-banner a.banner-btn:hover{
	background: #3f7d15;
}


.banner .right-banner img{
	position: absolute;
    top: 11px;
    right: -123px;
    max-width: 652px;
}

@media(max-width: 1690px){
	section.banner{
	    padding-bottom: 200px;
	}
	.banner .right-banner img{
	    top: -37px;
	}
}

@media(max-width: 1400px){
	.banner .right-banner img {
    	right: -26px;
	}
	.banner .right-banner img{
	    top: -11px;
	    max-width: 622px;
	}
}

@media(max-width: 1200px){
	section.banner{
	    padding-bottom: 100px;
	}
	.banner .right-banner img{
    	top: 5px;
	    max-width: 549px;
	    right: -42px;
	}
}

section.info-widget{
	padding-top: 10px;
    padding-bottom: 10px;
    background: #B5B5B5;
    float: left;
    width: 100%;
}

.part{
	padding-left: 0;
    padding-right: 0;
}

.part:first-child{
	padding-left: 15px;
}

.part:last-child{
	padding-right: 15px;
}

.rev-trigon {
    max-width: 100px;
    float: left;
}

.part .info{
	float: left;
    width: 76%;
    background: #2c2e39;
    color: #fff;
    transform: skewX(-29deg);
    padding: 10px;
    margin-top: 15px;
    margin-left: -27px;
    padding-bottom: 0;
    margin-bottom: 3px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	transition: transform .2s; /* Animation */
	cursor: pointer;
}

.part .info:hover{
    transform: skewX(-29deg) scale(1.04);
}

.part .info p.header{
	transform: skewX(29deg);
    font-size: 36px;
    font-weight: 900;
    margin-top: -15px;
    margin-left: 10px;
    margin-bottom: 6px;
}

.part .info p.content{
	transform: skewX(29deg);
    margin-top: -18px;
    font-weight: bold;
    color: #d54539;
    font-size: 20px;
    margin-bottom: 3px;
}

footer{
	background-color: #2c2e39;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	color: #fff;
	float: left;
    width: 100%;
    margin-top: -20px;
}

.footer-btn{
	padding: 4px 35px 5px 35px;
    background: #5CB61E;
    color: #fff;
    font-weight: 900;
    border-radius: 3px;
    font-size: 20px;
}

.footer-btn:hover{
	background: #3f7d15;
}

.footer-text{
	font-size: 12px;
	padding-left: 20px;
    padding-right: 20px;
}

.copyright{
	font-size: 12px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.terms{}

.terms h2{
	font-weight: bold;
    font-size: 24px;
   	margin-bottom: 20px;
}

.terms p{
	font-size: 18px;
	margin-bottom: 1px;
}

.terms p.header{
	font-weight: bold;
}

.bg-img{
	background-size: contain;
	background-repeat: no-repeat;
    position: relative;
    height: 72px;
    background-position: center;
    cursor: pointer;
    width: 100%;
}

.bg-blank{
	width: 100%;
    float: left;
    margin-bottom: 40px;
}

.footer-solid{
	padding-top: 20px;
    width: 100%;
    float: left;
    border-bottom: 2px solid #d54539;
    margin-bottom: 20px;
}

.fs{
	padding-left: 30px;
    padding-right: 30px;
}

.visa{
	background-image: url(../img/visa.png)
}

.visa:hover{
	background-image: url(../img/visa-h.png)
}

.master{
	background-image: url(../img/master.png)
}

.master:hover{
	background-image: url(../img/master-h.png)
}

.bitcoin{
	background-image: url(../img/bitcoin.png)
}

.bitcoin:hover{
	background-image: url(../img/bitcoin-h.png)
}

.bank{
	background-image: url(../img/bank.jpg)
}

.bank:hover{
	background-image: url(../img/bank-h.jpg)
}

.eco{
	background-image: url(../img/eco.png)
}

.eco:hover{
	background-image: url(../img/eco-h.png)
}

.paysafe{
	background-image: url(../img/paysafe.png)
}

.paysafe:hover{
	background-image: url(../img/paysafe-h.png)
}

.astropay{
	background-image: url(../img/astropay.jpg)
}

.astropay:hover{
	background-image: url(../img/astropay-h.jpg)
}

.cepbank{
	background-image: url(../img/cepbank.jpg)
}

.cepbank:hover{
	background-image: url(../img/cepbank-h.jpg)
}

.jeton{
	background-image: url(../img/jeton.jpg)
}

.jeton:hover{
	background-image: url(../img/jeton-h.jpg)
}

.papara{
	background-image: url(../img/papara.jpg)
}

.papara:hover{
	background-image: url(../img/papara-h.jpg)
}

.paykasa{
	background-image: url(../img/paykasa.jpg)
}

.paykasa:hover{
	background-image: url(../img/paykasa-h.jpg)
}

.qr{
	background-image: url(../img/qr.jpg)
}

.qr:hover{
	background-image: url(../img/qr-h.jpg)
}

.info-widget .container{
	padding-left: 4px;
}

.payment-method{
    width: 88%;
    margin: 0px auto;
    padding-right: 30px;
}

.flag-box {
	width: 31%;
	height: 100px;
	position: relative;
	float: left;
}
.flag-box:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 50px solid #B5B5B5;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
}
.flag-box:before {
	content: "";
	position: absolute;
	right: -50px;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
}

.flag-box .count{
	position: absolute;
    top: 0;
    font-size: 18px;
    color: #fff;
    left: 24px;
    font-weight: 900;
}

.flag-box .header{
	display: block;
    font-size: 25px;
    font-weight: 900;
    color: #2c2e39;
    text-align: center;
    padding-top: 19px;
    padding-left: 32px;

 }

.flag-box .content{
    display: block;
    color: #2c2e39;
    text-align: center;
    font-size: 17px;
    margin-top: -4px;
    padding-left: 39px;
    padding-right: 5px;
}

.flag-box.first{
	background: rgba(44, 46, 57, 0.8);
	z-index: 5;
    margin-right: 15px;
}

.flag-box.first:before{
	content: "";
	border-left: 50px solid rgba(44, 46, 57, 0.8);
}

.flag-box.second{
	background: #2C2E39;
	z-index: 4;
    margin-right: 15px;
}

.flag-box.second:before{
	content: "";
	border-left: 50px solid #2C2E39;
}

.flag-box.third{
	background: #21232B;
	z-index: 3;
}

.flag-box.third:before{
	content: "";
	border-left: 50px solid #21232B;
}

span.nh{
	display: inline-block;
    padding: 10px 20px;
    background: rgb(255 83 68 / 0.19);
    margin-bottom: 45px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 45px;
}

div.icon-box{
    display: inline-block;
	background: linear-gradient(360deg, #ff5344 50%, #2c2e39 50%);
	padding: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}


div.icon-box img{
	background: #fff;
    display: inline-block;
    border-radius: 50%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

@media(max-width: 768px){
	.left-banner{
		text-align: center;
	}
	.banner .right-banner img {
	    right: 217px;
	}
}

@media (max-width: 1200px){
	.part .info p.header{
	    margin-left: 8px;
	    margin-bottom: 15px;
	    font-size: 29px;
    	margin-top: -10px;
	}
	.part .info p.content {
	    font-size: 15px;
	    margin-bottom: 10px;
	    margin-bottom: 5px;
	}

	.part .info {
		width: 72%;
		margin-bottom: 20px;
	}
	.footer-solid {
    	width: 100%;
	}
}
@media(min-width: 1800px){
	.info-widget .container{
	    width: 1800px;
	    min-width: auto !important;
	}
}

@media (max-width: 992px){
	.part .info {
    	width: 89%;
	}
	.part .info p.header {
		text-align: center;
		margin-left: -18px;
		font-size: 34px;
	}

	.part .info p.content{
		text-align: center;
		margin-top: -16px;
	}
	.info-widget .container{
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
	}
	.info-widget .col-xs-12{
   		background: #2c2e39;
   		padding-left: 20px;
    	padding-right: 20px;
	}
}

@media(max-width: 989px){
	section.banner {
	    padding-bottom: 250px;
	    padding-top: 10px;
	    margin-top: -1px;
	}
	.banner .right-banner img {
	    top: 196px;
	    max-width: 443px;
	    right: -116px;
	}
	.flag-box .header{
	    padding-top: 21px;
	    padding-bottom: 21px;
	}
	.flag-box {
    	width: 100%;
    	height: 120px;
    }
   	.flag-box:after {
    	border: unset;
    }
    .flag-box.first{
    	background: #ff5344;
    }
    .flag-box.second{
    	background: #ef5048;
    }
    .flag-box.third{
    	background: #e24840;
    }
    .flag-box.first:before{
	    border-left: unset;
	    right: 0;
	    border-top: unset;
	    border-bottom: unset;
    }
    .flag-box.second:before{
	    border-left: unset;
	    right: 0;
	    border-top: unset;
	    border-bottom: unset;
    }
    .flag-box.third:before{
	    border-left: unset;
	    right: 0;
	    border-top: unset;
	    border-bottom: unset;
    }
    .flag-box .count{
	    top: 32%;
	    background: #fff;
	    border-radius: 50%;
	    color: #2c2e39;
	    left: 36px;
	    width: 30px;
	    height: 30px;
	    text-align: center;
	    padding-top: 2px;
	    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	    font-size: 20px;
    }
    .flag-box div.icon-box{
	    width: 61px;
	    padding: 5px;
	    position: absolute;
	    left: -30px;
	    top: 23px;
	    background: linear-gradient(90deg, #ff5344 50%, #2c2e39 50%);
    }
    section.info-widget{
    	padding-bottom: 0px;
    	padding-top: 0px;
    	margin-top: -1px;
    	margin-bottom: -1px;
    }
}

@media(max-width: 950px){
	section.banner {
	    padding-bottom: 250px;
	    padding-top: 10px;
	    margin-top: -1px;
	}
	.banner .right-banner img {
	    top: 343px;
	    max-width: 275px;
	    right: 183px;
	}
}

@media(max-width: 661px){
	.banner .right-banner img {
	    top: 395px;
	    max-width: 275px;
	    right: 25%;
	}
	.part .info{
		margin-top: 5px;
	}

}

@media(max-width: 505px){
	.banner .right-banner img {
	    top: 448px;
	    max-width: 275px;
	    right: 20%;
	}
}


@media(max-width: 489px){
	.banner .right-banner img {
	    top: 195px;
	    max-width: 275px;
	    right: 9%;
	}
	.logo-side img {
	    max-width: 100px;
	    margin-top: 13px;
	}
	.site-header {
		min-height: 48px;
	}
	header .container{
		padding-left: 0;
    	padding-right: 0;
	}
	header .menu-side{
		padding-right: 6px;
	}
	.banner .left-banner h1{
		font-size: 38px;
		margin-bottom: 27px;
	}
	.banner .left-banner h2{
		font-size: 24px;
    	margin-bottom: 20px;
	}

	.banner .left-banner a.banner-btn{
		font-size: 20px;
	}

	.part .info{
		width: 93%;
    	margin-left: 9px;
	    margin-bottom: 11px;
	}

	.payment-method{
		padding-right: 0px;
		width: 100%;
		float:left;
	}
	.fs {
	    padding-left: 0px;
	    padding-right: 0px;
	}
	.banner .left-banner a.banner-btn{
		padding: 5px 30px 7px 30px;
	}
	.menu-side ul{
		display: none;
	}
	.part:first-child{
		padding-left: 5px;
	}

	.part:last-child{
		padding-left: 5px;
		padding-right: 0px;
	}
}

@media(max-width: 412px){
	.banner .right-banner img {
	    top: 196px;
	    max-width: 275px;
	    right: 14%;
	}
}

@media(max-width: 360px){
	.banner .right-banner img {
	    top: 222px;
	    max-width: 275px;
	    right: 6%;
	}
}

@media(max-width: 320px){
	.banner .right-banner img {
	    top: 222px;
	    max-width: 275px;
	    right: 0%;
	}
	.logo-side img{
		max-width: 135px;
		margin-top: 10px;
	}
	.menu-side ul li a {
    	padding: 7px 4px 7px 4px;
    	font-size: 13px;
	}
	.menu-side ul {
    	margin-top: 20px;
	}

	.part .info {
	    width: 91%;
	}
}

.footer-img{
	max-width: 310px;
	width: 100%;
    margin: 0 auto;
}

.banner-desktop{
}

.banner-desktop .btn{
    margin-top: -43%;
    margin-left: 16.3%;
    padding: 5px 65px 5px 65px;
    background: #5CB61E;
    color: #fff;
    font-weight: 900;
    border-radius: 3px;
    font-size: 30px;
}

.banner-mobile{
	display: none;
}

.banner-desktop .col-sm-12,.banner-mobile .col-sm-12{
	padding-left: 0px;
	padding-right: 0px;
}

.banner-mobile .col-sm-12{
	margin-bottom: -20px;
}

.banner-desktop .col-sm-12 img,.banner-mobile .col-sm-12 img{
	width: 100%;
}

.banner-mobile .btn{
    margin-top: -175%;
    margin-left: calc(37% - 100px);
    padding: 5px 100px 7px 100px;
    background: #5CB61E;
    color: #fff;
    font-weight: 900;
    border-radius: 3px;
    font-size: 33px;
}

@media only screen and (max-width: 980px) and (min-width: 100px){
	.banner-desktop {
	    display: none!important;
	}
	.banner-mobile{
		display: block!important;
	}
	.show-mobile{
		display: block;
	}
	span.nh{
	    margin-top: 0px;
	    margin-bottom: 5px;
	    background: transparent;
	    font-size: 16px;
	    padding: 5px 10px;
	}
	.hide-mobile{
		display: none;
	}
	.desktop-widget{
		display: none;
	}
}


@media only screen and (max-width: 600px) and (min-width: 401px){
	.banner-mobile .btn{
	    margin-top: -173%;
	    margin-left: calc(45% - 100px);
	    padding: 5px 52px 7px 52px;
	    background: #5CB61E;
	    color: #fff;
	    font-weight: 900;
	    border-radius: 3px;
	    font-size: 20px;
	}
}

@media only screen and (max-width: 400px) and (min-width: 301px){
	.banner-mobile .btn{
        margin-top: -175%;
        margin-left: calc(56% - 100px);
        padding: 3px 20px 3px 20px;
        background: #5CB61E;
        color: #fff;
        font-weight: 900;
        border-radius: 3px;
        font-size: 18px;
	}
}


@media only screen and (max-width: 300px) and (min-width: 100px){
	.banner-mobile .btn{
	    margin-top: -153%;
	    margin-left: calc(60% - 100px);
	    padding: 5px 20px 7px 20px;
	    background: #5CB61E;
	    color: #fff;
	    font-weight: 900;
	    border-radius: 3px;
	    font-size: 16px;
	}
}


.flags{
	width: 33.33%;
	float: left;
	position: relative;
	cursor: pointer;
}

.flags:hover img{
	transform: scale(1.05);
}

.flags img{
	transition: all .2s ease-in-out;
    width: 110%;
    height: 200px;
}


.flags .step2{
    margin-left: -13px;
}

.flags .step3{
    margin-left: -24px;
}

.flags .count{
	position: absolute;
    color: #000;
    font-weight: 900;
    left: 11%;
    top: 0px;
    font-size: 30px;
}

.flags.second .count{
	left: 9%;
}

.flags.third .count{
	left: 6%;
}


.flags .header{
	position: absolute;
    top: 21%;
    font-size: 30px;
    font-weight: 900;
    color: #000;
    width: 100%;
    text-align: center;
    left: 7%;
}

.flags.second .header{
	left: 5%;
}

.flags.third .header{
	left: 1%;
}

.flags .content{
	position: absolute;
    width: 100%;
    top: 84px;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    left: 5%;
    text-align: center;
}

.flags.second .content{
	left: 2%;
}

.flags.third .content{
	left: 0%;
}

.flag-box{
	display: none;
}

section.info-widget{
	margin-top: -155px;
}

.desktop-widget{
	text-align: center;
}

.desktop-widget div.icc{
	position: relative;
	display: inline-block;
}

.desktop-widget div.icc a{
	width: 100%;
    display: block;
    transition: transform .2s; /* Animation */
}

.desktop-widget div.icc a:hover{
	transform: scale(1.1);
}

.desktop-widget div.icc .count{
    display: inline-block;
    text-align: center;
    color: #ff5344;
    font-weight: bold;
    background: #fff;
    margin-top: 14px;
    border-radius: 50%;
    font-weight: 900;
    font-size: 25px;
    width: 40px;
    height: 40px;
    padding-top: 2px;
    	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.desktop-widget div.icc:not(:last-child):before{
	content: "";
    width: 130px;
    z-index: 1;
    position: absolute;
    right: -86px;
    bottom: 68px;
    height: 100px;
    background-image: url(../img/ok.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.desktop-widget div.icc .header{
    display: block;
    color: #fff;
    margin-top: 10px;
    font-weight: 900;
    font-size: 32px;
}

.desktop-widget div.icc:not(:last-child){
	    margin-right: 55px;
}

.info-widget .container{
	margin-left: -30px;
	margin: 0 auto;
	min-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (max-width: 1370px) and (min-width: 100px){
	.banner-desktop .btn{
	    margin-top: -38%;
	    margin-left: calc(31% - 100px);
	    padding: 5px 30px 7px 30px;
	    background: #5CB61E;
	    color: #fff;
	    font-weight: 900;
	    border-radius: 3px;
	    font-size: 23px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 980px){
	.flags img {
	    height: auto;
	}
	section.info-widget {
	    background: transparent;
	}
	.banner-desktop .btn {
	    margin-top: -43.5%;
	    margin-left: calc(25.5% - 100px);
	    padding: 5px 27px 7px 27px;
	    width: 21%;
	}
}

@media only screen and (max-width: 1370px) and (min-width: 1200px){
	.flags img {
	    height: auto;
	}
	section.info-widget {
	    background: transparent;
	}
	.banner-desktop .btn {
	    margin-top: -43%;
	    margin-left: calc(24.5% - 100px);
	    padding: 7px 45px 7px 45px;
	    width: 20%;
	}
}

@media only screen and (max-width: 1500px) and (min-width: 1370px){
	.flags img {
	    height: auto;
	}
	section.info-widget {
	    background: transparent;
	}
	.banner-desktop .btn {
	    margin-top: -43%;
	    margin-left: 16.3%;
	    padding: 5px 65px 5px 65px;
	    background: #5CB61E;
	    color: #fff;
	    font-weight: 900;
	    border-radius: 3px;
	    font-size: 30px;
	}
}

@media only screen and (max-width: 1700px) and (min-width: 1500px){
	.banner-desktop .btn {
	    margin-top: -43%;
	    margin-left: 16.3%;
	    padding: 5px 65px 5px 65px;
	    background: #5CB61E;
	    color: #fff;
	    font-weight: 900;
	    border-radius: 3px;
	    font-size: 30px;
	}
}

@media only screen and (max-width: 1700px) and (min-width: 1500px){
	section.info-widget{
    	background: transparent;
	}
	.flags img {
	    height: auto;
	}
}

@media only screen and (min-width: 1700px){
	section.info-widget{
    	background: transparent;
	}
}


@media(max-width: 1024px){
	.flags .count{
	    left: 29%;
	    top: 4px;
    	font-size: 26px;
	}

	.flags.second .count{
		left: 20%;
	}

	.flags.third .count{
		left: 11%;
	}
	.flags .content{
	    top: 67px;
	    font-size: 18px;
	    left: 21%;
	}
	.flags.second .content{
		left: 12%;
	}
}


@media only screen and (max-width: 980px) and (min-width: 100px){
	.flags {
	    display: none!important;
	}
	.flag-box{
		display: block!important;
	}
	section.info-widget{
		margin-top: 0px;
	}
	.info-widget .container{
		margin-left: 0px;
		margin-bottom: -1px;
		min-width: auto;
		padding-left: 0px;
		padding-right: 0px;
	}
	footer{
		float: left;
   		width: 100%;
   		margin-top: 0px;
	}
	.navbar-nav li{
	    margin-bottom:10px;
	    list-style: none;
	}
}

.icon-bar:after{
	content: "";
    border-bottom: 1px solid #FFFF;
    height: 1px;
    width: 100%;
    float: left;
}

@media (min-width: 768px){
	.navbar-toggle {
	    display: block;
	    padding-top: 20px;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.collapse.in{
		display: block !important;
	}
}

@media(min-width: 780px){
	.navbar-toggle {
	    display: none;
	}
	.navbar-collapse.collapse {
	    display: none!important;
	    height: auto!important;
	    padding-bottom: 0;
	    overflow: visible!important;
	}
}

.navbar-collapse,.navbar-collapse.collapse{
	background-color: #2c2e39;
}

.navbar-nav>li>a{
	color: #FFFF;
}

.banner-desktop .btn:hover {
    background: #3f7d15;
}