/*pomarańcz: #F7A600; */
/*niebieski: #32A3DC */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,300;1,500&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
}

p {
    line-height: 2em;
}

.italic_m {
    font-style: italic;
    font-weight: 500;
    font-size: 2.4em;
}

@media (max-width: 576px) {
    .italic_m__responsive {
        font-size: 1.4rem;
    }
}

.italic_m__responsive {

}

.color {
    color: #F7A600;
}
ul {
    font-weight: 700;
}
.btn {
    background-color: #32A3DC;
    border-radius: 150px;
    padding: 15px 75px;
}

.dropdown-menu {
    border-left: 8px solid #F7A600;
}
.main_header {
    height:85vh;
    position: relative;
    background-color: #99D1EE;
    position: relative;
    background-image: url(../images/eye-woman.png), url(../images/13.png);
    background-position: left, center right;
    background-size: contain, 35%;
    background-repeat: no-repeat, no-repeat;
}

.img_bcg {
    position: absolute;
    bottom: 0;
    z-index: 100;

}

.header {
    height:85vh;
    position: relative;
    background: linear-gradient(
            to bottom,
            rgba(130, 199, 234, 0.7),
            rgba(130, 199, 234, 0.7)
    ),url(../images/bcg_img.jpg);
    background-position: bottom;
    background-size: cover;

}

.header_pub {
    height:100vh;
    position: relative;
    background-image: url(../images/img1@2x.png);
    background-position: bottom;
    background-size: cover;
}

.header_online {
    height:85vh;
    position: relative;
    background: linear-gradient(
            to bottom,
            rgba(130, 199, 234, 0.7),
            rgba(130, 199, 234, 0.7)
    ),url(../images/bcg_img2.png);
    background-position: bottom;
    background-size: cover;
}

.header_h {
    position: absolute;
    top: 30vh;
    left: 50%;
    transform: translateX(-50%);
}
.about {
    padding: 50px 0;
    background-color: #E0F1FA;

}

.orange-border {
    border: 6px solid #F7A600;
    padding: 50px 100px 50px 50px;
}



.img_about {
    transform: translate(-60px, 40%);
}



.why_header {
    margin-top: 100px;
}

.why_header h2 {
    color: #32A3DC;
    text-transform: uppercase;
    font-size: 3em;
    font-weight: 700;
}

.why_item {
    background-color: #FBD890;

}

.why_bcg {
    background-image: url(../images/13.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 35%;
}

@media (max-width: 769px) and (orientation: portrait) {
    .main_header {
        height: 40vh;
        background-size: cover, 0%;
    }
    .mobile_h {
        font-size: 1.6rem;
    }
    .orange-border {
        padding: 20px 20px 80px 20px;
    }
    .img_about {
        transform: translate(0, -15%);
    }
    .why_bcg {
        background-size: 0;
    }

}
@media (max-width: 992px) and (orientation: landscape) {
    .orange-border {
        padding: 20px 20px 80px 20px;
    }
    .img_about {
        transform: translate(0, -15%);
    }
    .why_bcg {
        background-size: 0;
    }
}
@media (max-width: 824px) and (orientation: landscape) {

    .orange-border {
        padding: 20px 20px 80px 20px;
    }
    .img_about {
        transform: translate(0, -15%);
    }
    .why_bcg {
        background-size: 0;
    }

}

.blue_rectangle {
    background-color: #32A3DC;
    font-size: 1.4em;
    font-weight: 300;
    font-style: italic;
}

.page-link {
    background-color: transparent!important;
    border-radius: 15px!important;
    color: #000;
}

.active {
    background-color: #32A3DC;
    border-radius: 15px!important;
}
.meta {
    border-bottom: 15px solid #F7A600;
}
.meta p {
    line-height: 1em;
}

.footer {
    background-color: #FBD890;
    font-size: 14px;
    margin: 0!important;
}

.ico {
    background-color: #000;
    width: 2.5em;
    height: 2.5em;
    border-radius: 150%;
    color: #FBD890;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ico:hover {
    text-decoration: none;
    color: #F7A600;
}

.rounded-custom {
    border-radius: 36px;
}

.orange-border {
    border: 1px solid #F7A600;
}

.member-registration {
    position: relative;
}
.member-registration__content::before {
    content: '';
    display: block;
    position: absolute;

    width: 100%;
    height: 100%;

    background-color: #99D1EE;
    background-image: url(../images/eye-woman.png), url(../images/13.png);
    background-position: left, center right;
    background-size: contain, 35%;
    background-repeat: no-repeat, no-repeat;

    filter: blur(8px);
    -webkit-filter: blur(8px);
}

body {
    overflow-x: hidden;
}










/* The container */
.custom-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #F7A600;
    border-radius: 15px;
}

/* On mouse-over, add a grey background color */
.custom-checkbox-container:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox-container .checkmark:after {
    left: 9px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

