body, a {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
}

h2 ,h3 {
  font-family: "Poppins", serif;
  font-weight: 400;
}

h2 {
    font-size: 42px;
}

.page-container {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(10,minmax(0,1fr));
    position: relative;
}

.content-container {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 1600px;
    margin: 0 auto;
}

@media (min-width: 1000px) {
    .page-container {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .content-container {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.menu {
    justify-content: flex-end;
    display: flex;
    grid-column-end: 11;
    list-style-type: none;
}

.menu a {
    font-size: 2rem;
    padding: 0 2rem;
    text-transform: uppercase;
    color: #000;
}

.menu a:hover {
    color: #009fe3;
}

.svg {
    height: 2rem;
}

.sticky {
    position: sticky;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    background-color: rgba(255,255,255,.95);
    overflow: hidden;
    top: 0;
    z-index: 10;
}

a {
    text-decoration: none;
}

.logo {
    place-self: center;
}

.sirka25 {
    width: 25%;
}
.sirka50 {
    width: 50%;
}
.sirka75 {
    width: 75%;
}
.sirka100, .sirka0 {
    width: 100%;
}

.item {
    display: flex;
    margin-bottom: 60px;
}
.item > div:first-child {
    float: left;
}

.order1 {
    order: 1;
}

.order2 {
    order: 2;
}

.sirka70 img, .sirka50 img, .sirka25 img {
	width: 100%;
}
.sirka70 video, .sirka50 video, .sirka25 video {
	width: 100%;
}

.text h2, .text h3 {
    margin: 0 60px;
}

.sirka0.text h3 {
    margin-bottom: 60px;
}

.row {
    display: flex;
}

footer {
    font-size: 24px;
}


@media (max-width: 576px) {
    .item {
        display: block;
    }
        .sirka25 {
        width: 100%;
    }
    .sirka50 {
        width: 100%;
    }
    .sirka75 {
        width: 100%;
    }
    
    .text h2 {
        font-size: 20px;
        margin: 0;
    }
    .text h3 {
        margin: 0;
        font-size: 17px;
    }
    .row {
        display: grid;
    }
    footer {
        font-size: 14px;
    }
    .copy {
         order: 2;
    }
	a.logo {
		    justify-self: start;
			line-height: 0;
	}
	nav {
		padding: 0 2rem;
	}
	nav ul {
grid-column-start: 1;		
grid-column-start: 2;		
	}
}

::placeholder {
    color: white;
}

footer input {
    border: none;
    border-bottom: 3px solid white;
    background: none;
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0;
    color: white;
}

footer a {
    color: white;
}

button {
    border: none;
    border-bottom: 3px solid white;
    background: none;
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
    color: white;
    text-align: left;
    padding: 0;
    cursor: pointer;
}

        .bx-wrapper {
            position: relative;
            margin-bottom: 5px;
            padding: 0;
            -ms-touch-action: pan-y;
            touch-action: pan-y;
            -moz-box-shadow: unset;
            -webkit-box-shadow: unset;
            box-shadow: unset;
            border: none;
            background: #fff;
        }    
        nav input[type='checkbox'], nav label {
    display: none;
}
nav label {
    text-align: right;
    display: block;
    line-height: 1.6em;
    align-self: center;
    font-size: 30px;
}
input[type='checkbox']:not(:checked)+ul {
    display: none;
}
@media (min-width: 577px) {
    nav {
        display: none;
    }
}

    @media (max-width: 576px) {
    h1 {
        font-size: 20px;    
    }
    nav {
	display: grid;
    grid-template-columns: 1fr 1fr;
	margin-left: 0;
        margin-right: 0;
        background-color: rgba(255,255,255,.95);
        position: sticky;
        top: 0;
    }
    /* Because we are in mobile mode, we want to display it as a
       vertical list */
    nav ul {
        display: block;
        width: 93%;
    }
    /* We have two lists: the first one are the always visibile items
       in the menu bar. The second one is the one that will be hidden */
    nav ul {
        flex-basis: 100%;
        margin: 0;
        padding: 0;
    }
    nav ul li {
        margin-bottom: 0;
        width: 100%;
        text-align: right;
        padding: 0; 
        padding-top: 10px;
        list-style-type: none;
    }
    .sticky {
        display: none;
    }
}

#cookie-consent-reopen-box {
	position: fixed !important;
	bottom: 0 !important;
}