:root {
    --primary-bg: rgba(61, 26, 120, 0.58);
    --light-bg: rgba(238, 238, 238, 0.1);
    --primary-font-color: #fff;
}

body {
    /*background: url(../img/background_drive.jpg) repeat;*/
	background: #1a0a40f2 !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-x: 50%;
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 35%;
    min-width: 15rem;
    background: #000000c9;
    padding: 1rem;
	border-radius: 10px;
}

@media(max-width:875px) {
	.banner {
		width: 100%;
	}
	.payment-main {
		width: 100%;
	}
}

.banner-elements {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bannerForm {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	width: 98%;
	box-shadow: 2px 2px 11px rgba(0,0,0,0.4);
}

.bannerForm-element {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #fff;
    padding: .5rem;
}

.bannerForm-element:first-child {
    border: none;
}

.element-header {
    text-align: center;
    justify-content: center;
    padding-top: 1rem;
    border-radius: 5px 5px 0 0;
}

.element-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.element-desc {
    color: #fff;
    font-weight: 500;
    margin-left: .5rem;
}

.bannerForm-element img {
    width: 2rem;
}

.pakiety_subpage {
    background: rgba(238, 238, 238, 0.1);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 1.5rem;
    width: 100%;
    margin: 1rem .5rem;
    border: 0 !important;
}

#content .box2 {
    background: transparent !important;
}

.chooseback {
    color: #003e56;
    background: transparent !important;
    font-size: 20px;
    height: 100% !important;
}

.buy {
    width: 100%;
}

.free {
    color: #c7383c;
}

.price {
    text-align: center;
    color: #003e56;
    font-size: 18px;
}

.m {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    margin-left: 12px;
    margin-right: 12px;
}

.transfer {
    color: #ffffff !important;
    background: #9f124d;
}

#price_sms1,
#price_sms2,
#price_sms3,
#price_mini1,
#price_mini2,
#price_mini3,
#price_business1,
#price_business2,
#price_business3,
#price_unlimited1,
#price_unlimited2,
#price_unlimited3 {
    display: none;
}

#price_sms,
#price_sms1,
#price_sms2,
#price_sms3,
#price_mini,
#price_mini1,
#price_mini2,
#price_mini3,
#price_business,
#price_business1,
#price_business2,
#price_business3,
#price_unlimited,
#price_unlimited1,
#price_unlimited2,
#price_unlimited3 {
    font-size: 20px;
}

.describe {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#content p.describe {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}

#content p.describe a {
    color: #fff !important;
    font-size: 20px;
    text-decoration: underline;
}

.feature {
    text-align: center;
    float: inherit;
    clear: both;
    margin: 5px;
}

#feature {
    padding: 20px;
}

.main_pakiet {}

.main_spec {
    width: 100% !important;
}

.main_full {
    width: 100% !important;
}

.mainpage {
    /* text-align: left !important; */
}

.mainpage img {
    margin: 10px;
}

.toleft {
    float: left;
}

.clear {
    clear: both;
}

.info_main {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
    width: 50%;
    min-width: 15rem;
    color: var(--primary-font-color);
    background-color: #000115e6;
	border: 1px solid #ffffff47;
    padding: 1rem;
    margin-left: 1rem;
    font-size: 1rem;
	border-radius: 10px;
}

@media(max-width:850px) {
    .info_main {
        width: 100%;
        margin: 0 0 1rem 0;
    }
}

.info_main2 {
    padding: 10%;
    align-content: center;
    flex-direction: column;
    min-width: 15rem;
    color: var(--primary-font-color);
    background-color: var(--light-bg);
    padding: 1rem;
    margin-left: 1rem;
    font-size: 1rem;
	border-radius: 10px;
}

@media(max-width:850px) {
    .info_main2 {
        width: 100%;
        margin: 0 0 1rem 0;
    }
}

.info_mainImg {
    margin-right: 1rem;
    align-self: center;
}

.info_mainDesc {
    width: 100%;
}

.point_main {
    color: #3c83bf !important;
}