@font-face{font-family:Silka-MediumItalic;src:url('../fonts/silka/Silka-MediumItalic.otf') format('opentype');font-display:swap;}
@font-face{font-family:Silka-Light;src:url('../fonts/silka/Silka-Light.otf') format('opentype');font-display:swap;}
@font-face{font-family:Silka-LightItalic;src:url('../fonts/silka/Silka-LightItalic.otf') format('opentype');font-display:swap;}
@font-face{font-family:Silka-SemiBold;src:url('../fonts/silka/Silka-SemiBold.otf') format('opentype');font-display:swap;}
@font-face{font-family:Silka-Bold;src:url('../fonts/silka/Silka-Bold.otf') format('opentype');font-display:swap;}
@font-face{font-family:Silka-Regular;src:url('../fonts/silka/Silka-Regular.otf') format('opentype');font-display:swap;}
@font-face{font-family:Silka-ExtraLight;src:url('../fonts/silka/Silka-ExtraLight.otf') format('opentype');font-display:swap;}
@font-face{font-family:Silka-ExtraLightItalic;src:url('../fonts/silka/Silka-ExtraLightItalic.otf') format('opentype');font-display:swap;}
@font-face{font-family:Silka-Medium;src:url('../fonts/silka/Silka-Medium.otf') format('opentype');font-display:swap;}

* {
    box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Silka-Regular';
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    font-size: 1rem;
    color: #174063;
	
	height: 100%;
}
@media (max-width: 1380px) {body, html { height: unset }}

h1 {
    margin: 0;
}

.container {
    padding-top: 25px;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}
@media (max-width: 1380px) {.container { padding-top: 0 }}

.bg {
	flex: 1;
    position: relative;
    background-image: url('/images/bg.svg');
    background-repeat: no-repeat;
    background-size: auto;
    width: 1380px;
    height: auto;
    margin: auto;
    padding-bottom: 25px;
	overflow: hidden;
}
@media (max-width: 1380px) {
    .bg { 
        aspect-ratio: unset;
        background-position: 50% 50%;
        background-size: cover;
        max-height: unset; 
        min-width: unset; 
        width: 100%; 
        height: 100%; 
        padding-bottom: 50px; 
    }
}
    .bg .lang-switch,
    .bg .administrative {
        position: absolute; 
        display: flex;
        align-items: center;
        top: 20px; 
        right: 35px;
        height: 40px;
        z-index: 1;
    }
    @media (max-width: 575px) {.bg .lang-switch, .bg .administrative {top: 10px;right: 10px;}}
    
        .bg .administrative a {
            text-decoration: none;
        }
        .bg .administrative svg {
            fill: #fff;
            height: 30px;
        }
        @media (max-width: 575px) {.bg .administrative svg {fill: #174063}}
        .bg .lang-switch .pl svg {
            height: 20px;
        }
        .bg .lang-switch .divider,
        .bg .administrative .divider {
            margin: 0 5px;
        }
        .bg .lang-switch .en svg {
            height: 20px;
        }
        .bg .lang-switch .en.locale svg,
        .bg .lang-switch .pl.locale svg {
            height: 28px;
        }

.footer {
	height: 150px;
    width: 1380px;
    margin: auto;
    background-color: #fff;
}
@media (max-width: 1380px) {.footer { aspect-ratio: unset; max-height: unset; min-width: unset; width: 100%; height: 100%; }}
    .footer .flex {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        height: auto;
        padding-top: 20px;
    }
    @media (max-width: 575px) {.footer .flex {flex-direction: column; height: auto}}
    
        @media (max-width: 575px) {.footer .flex .logo {margin:auto}}
        
        .footer .flex > div {
            display: flex;
            align-items: center;
        }
        @media (max-width: 575px) {
            .footer .flex > div {align-items: unset}
            .footer .flex > div:first-child { 
                order: 2;
                display: block !important;
                text-align: center;
            }
            .footer .flex > div:first-child p { font-size: 12px }
            .footer .flex > div:last-child { order: 1 }
        }

            .footer .flex > div img {
                width: 166px; 
                height: auto;
            }
            @media (max-width: 575px) {.footer .flex img {width:109px !important}}

        @media (max-width: 575px) {.footer .flex .regulations {text-align:center}}
            
        .footer .flex .regulations p {
            display: block;
            text-align: right;
        }
        @media (max-width: 575px) {
            .footer .flex .regulations {margin-bottom: 30px;}
            .footer .flex .regulations p { display: inline-block; position: relative; font-size: 14px}
            .footer .flex .regulations p:not(:first-child) {margin-left: 15px}
        }

        .footer .flex > div div {
            display: inline-block;
        }
            .footer .flex p {
                margin: 0 0 3px 0;
                padding: 0;
                font-size: 16px;
                line-height: normal;
            }
            .footer .flex a {
                color: #174063;
                text-decoration: none;
            }


.title {
    padding-top: 35px; 
    text-align: center;
}
    .title span {
        font-size: 2.45rem; 
        font-family: Silka-Medium; 
        font-weight: 500;
    }
    @media (max-width: 789px) {.title span { font-size: 24px }}
.subtitle {
    text-align: center;
}
    .subtitle span {
        font-size: 32px; 
        font-family: Silka-ExtraLightItalic; 
        font-weight: 200;
    }
    @media (max-width: 789px) {.subtitle span { font-size: 20px }}

    
.steps-block { height: 75px }
@media (max-width: 789px) {.steps-block { height: auto }}

.steps-primary {
    position: relative;
    margin-top: 40px; 
}
    .steps-primary .graph,
    .steps-primary .graph-mobile {
        display: none;
        position: absolute;
        left: 0; 
        top: 0; 
        right: 0; 
        text-align: center; 
    }
    .steps-primary .graph-mobile svg {
        width: 290px;
    }
    @media (min-width: 790px) {.steps-primary .graph { display: block }}
    @media (max-width: 789px) {.steps-primary .graph-mobile { display: block }}
    @media (max-width: 575px) {.steps-primary .graph-mobile svg { width: 230px }}

    .steps-primary .steps-container {
        position: static; 
        left: 0; 
        top: 0; 
        right: 0; 
        text-align: center; 
    }
        .steps-primary .steps-container .step {
            display: inline-block; 
            position: relative;
            width: 218px; 
            height: 68px; 
            border-radius: 0 15px 15px 0; 
        }
        @media (max-width: 789px) {.steps-primary .steps-container .step { display: block; margin: auto; height: 75px; }}
        @media (max-width: 575px) {.steps-primary .steps-container .step {  height: 60px; }}
        
        .steps-primary .steps-container .step:not(:first-child) {
            margin-left: 50px;
        }
        @media (max-width: 789px) {.steps-primary .steps-container .step:not(:first-child) { margin: auto; margin-top: 49px; }}
        @media (max-width: 575px) {.steps-primary .steps-container .step:not(:first-child) {  margin-top: 38px; }}
        
            .steps-primary .steps-container .step .step-container {
                display: flex; 
                align-items: center; 
                width: 100%; 
                height: 100%; 
            }
            @media (max-width: 789px) {.steps-primary .steps-container .step .step-container {  justify-content: center }}
                .steps-primary .steps-container .step .step-container .number {
                    width: 50px;
                    height: 50px;
                    border-radius: 15px; 
                    background: #FFF; 
                    box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.10); 
                    
                    font-family: Silka-Bold; 
                    font-size: 30px;
                }
                @media (max-width: 575px) {.steps-primary .steps-container .step .step-container .number {  width: 40px; height: 40px; font-size: 24px; }}
                    .steps-primary .steps-container .step .step-container .number > div {
                        display: flex; 
                        justify-content: center; 
                        align-items: center;
                        width: 100%; 
                        height: 100%; 
                    }
                .steps-primary .steps-container .step .step-container .text {
                    font-family: Silka-Light;
                    font-weight: 200; 
                    font-size: 16px;  
                    margin-left: 8px; 
                    text-align: left;
                    line-height: 20.685px;
                }
                @media (max-width: 575px) {.steps-primary .steps-container .step .step-container .text {  font-size: 14px; }}

.choose {
    font-family: Silka-Medium;
    font-weight: 500; 
    font-size: 20px;  
    max-width: 1035px !important;
    margin: 0 auto !important;
}
@media (max-width: 789px) {.choose { text-align: center }}

.swiper .item {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 220px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.10);
    padding: 15px 0;
    margin: auto;
    overflow: hidden;
    text-align: left;
    z-index: 1;
}
.swiper .item:not(:first-child) {margin-left: 40px}

    .swiper .item .segment-title {
        display: flex;
        align-items: center;
        text-align: left;
    }
        .swiper .item .segment-title svg {
            width: 27px;
            height: 46px;
        }
        .swiper .item .segment-title span {
            font-family: Silka-SemiBold;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 18.24px;
            text-transform: uppercase;
            margin-left: 16px;
        }
    .swiper .item .list {
        padding-top: 12px;
        padding-left: 60px;
    }
        .swiper .item .list ul {
            margin: 0;
            padding: 0;
        }
            .swiper .item .list ul li {
                font-family: Silka-Regular;
                font-size: 15px;
                font-style: normal;
                font-weight: 400;
                line-height: 19.392px;
            }
    .swiper .item .other {
        position: absolute;
        left: 40px;
        bottom: 33px;
        font-family: Silka-ExtraLightItalic;
        font-size: 16px;
        font-style: italic;
        font-weight: 200;
        line-height: 20.685px;
    }


.pay {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
    .pay a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        color: #FFF;
        text-align: center;
        font-family: Silka-Medium;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        padding: 12px 18px;
        border-radius: 12px;
        background: #174063;
        box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.10);
        text-decoration: none;
        width: fit-content;
    }
    .pay.inactive {
        opacity: .15;
    }
    .pay.inactive a {
        cursor: default;
    }

.lines {
    position: absolute; 
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%); 
    z-index: 0;
}
@media (max-width: 789px) {.lines { display: none }}
.lines div {
    width: 617px; 
    height: 35px; 
    border-radius: 15px; 
    border: 3px solid #348DA3;
}

.describe {
    font-family: Silka-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.685px;
    width: 980px;
    margin: 0 auto;
    text-align: justify;
}
@media (max-width: 1380px) {.describe { width: 100%; margin: 0; padding: 30px 20px 0; }}



.swiper {max-width: 1100px; padding: 0 50px;}

.swiper-wrapper {
    text-align: center !important;
    padding: 25px 0 !important;
}
.swiper-pagination {
    position: relative !important; 
    margin-top: 10px;
}


/*
 * v:form
 */ 
.bg-cont {margin: 0 auto; position: relative;}
@media (max-width: 575px) {.bg-cont {width: 100%; padding: 15px 10px 0 10px}}
@media (min-width: 576px) {.bg-cont {width: calc(100% - 150px); padding-top: 45px;}}

.category {
    display: flex;
    align-items: center;
}
    .category h1 {
        font-family: Silka-SemiBold;
        font-weight: 600;
        margin-left: 10px;
        font-size: 20px;
        line-height: 22.8px;
        text-transform: uppercase;
    }
.form {
    margin-top: 50px;
}
    .form .item label {
        font-family: Silka-Medium;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 129.282%;
    }
    
    .form .dr {
        display: flex;
        align-items: flex-end;
        margin-top: 50px;
    }
        .form .dr span {
            flex: 0 0 auto;
            font-family: Silka-Regular;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 22.8px;
            text-transform: uppercase;
            padding-right: 10px;
        }
        .form .dr div {
            flex: 1 1 auto;
            height: 1px;
            background: #174063;
            margin: 0 0 4px 0;
        }
        
        .form .pay {
            position: unset;
            display: flex;
            justify-content: flex-end;
        }
        @media (max-width: 575px) {.form .pay a { font-size: 14px }}
/* END:form */


/*
 * v:confirm
 */ 
.confirm-cont {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 600px;
}
.confirm-cont .thx {
	position: relative;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.10);
	width: 428px;
	margin-top: -100px;
	padding: 25px;
	z-index: 1;
}
@media (max-width: 575px) {.confirm-cont .thx { width: 90%; margin-left: auto; margin-right: auto }}

	.confirm-cont .thx .check {
		position: absolute;
		top: -58px;
		left: 50%;
		width: 116px;
		height: 116px;
		transform: translateX(-50%);
	}
	.confirm-cont .thx .check > div {
		position: relative;
		width: 100%;
		height: 100%;
	}
		.confirm-cont .thx .check > div svg {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}
	.confirm-cont .thx .central-text {
		text-align: center;
		font-size: 20px;
		line-height: 25.856px;
	}
		.confirm-cont .thx .central-text p {
			text-align: center;
			margin: 0;
		}
		.confirm-cont .thx .central-text .thx1 {
			font-family: Silka-LightItalic;
			font-weight: 300;
			color: #A2A0A0;
			padding-top: 50px;
		}
		.confirm-cont .thx .central-text .thx2 {
			font-family: Silka-Medium;
			font-weight: 500;
			padding-top: 15px;
		}
		.confirm-cont .thx .central-text .thx3 {
			font-family: Silka-Light;
			font-weight: 300;
			font-size: 16px;
			line-height: 20.685px;
			padding-top: 20px;
		}

.confirm-cont .bottom-text {
	position: absolute;
	bottom: -100px;
	left: 50%;
	width: 340px;
	height: 130px;
	transform: translateX(-50%);
	border-radius: 15px;
	background: #174063;
	z-index: 0;
	text-align: center;
}
@media (max-width: 575px) {.confirm-cont .bottom-text { width: 70%; height: 100px; bottom: -70px;}}

	.confirm-cont .bottom-text a {
		display: inline-block;
		font-family: Silka-Medium;
		font-weight: 500;
		font-size: 16px;
		border-radius: 10px;
		background: #FFF;
		box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.10);
		padding: 12px 20px;
		margin-top: 55px;
		text-decoration: none;
		color: #174063;
	}
	@media (max-width: 575px) {.confirm-cont .bottom-text a { padding: 7px 10px; font-size: 14px; margin-top: 48px;}}
	
.confirm-cont .help {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -180px;
	padding: 0 20px;
}
	.confirm-cont .help p {
		display: block;
		color: #174063;
		text-align: center;
		font-family: Silka-Light;
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		line-height: 20.685px;
		margin: 0;
	}
/* END:confirm */


.fw-200 { 
    font-family: 'Silka-ExtraLight';
    font-weight: 200 
}
.fw-400 { font-weight: 400 }

.ml-5 { margin-left: 5px !important }
.ml-10 { margin-left: 10px !important }
.ml-15 { margin-left: 15px !important }
.ml-20 { margin-left: 20px !important }

@media (max-width: 575px) {.ml-0-mobi { margin-left: 0 !important}}

.mb-5 { margin-bottom: 5px !important }
.mb-10 { margin-bottom: 10px !important }
.mb-15 { margin-bottom: 15px !important }
.mb-20 { margin-bottom: 20px !important }
.mb-25 { margin-bottom: 25px !important }
.mb-30 { margin-bottom: 30px !important }

.mt-5 { margin-top: 5px !important }
.mt-10 { margin-top: 10px !important }
.mt-15 { margin-top: 15px !important }
.mt-20 { margin-top: 20px !important }
.mt-25 { margin-top: 25px !important }
.mt-30 { margin-top: 30px !important }
.mt-60 { margin-top: 60px !important }

.d-block { display: block }
